Skip to main content
DELETE
/
v1
/
environments
/
{environmentId}
/
variables
/
{id}
Delete Environment Variable
curl --request DELETE \
  --url https://api.tryreplicas.com/v1/environments/{environmentId}/variables/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.replicas.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication. Obtain your API key from the Replicas dashboard under Settings > API Keys.

Path Parameters

environmentId
string
required

Environment UUID, or the literal string global.

id
string<uuid>
required

Variable UUID

Response

Variable deleted

Generic success response.

success
boolean
required