Skip to main content
DELETE
/
v1
/
environment-variables
/
{environmentVariableId}
Delete an environment variable
curl --request DELETE \
  --url https://api.alpic.ai/v1/environment-variables/{environmentVariableId} \
  --header 'Authorization: Bearer <token>'
{
  "success": "<unknown>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.alpic.ai/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer token for authentication. Use an API key from the API Keys page in team settings, or an OAuth access token.

Path Parameters

environmentVariableId
string
required

The ID of the environment variable

Response

The environment variable has been deleted successfully

success
any
required