Skip to main content
DELETE
/
projects
/
{project_reference}
/
env-vars
/
{key}
Delete Environment Variable
curl --request DELETE \
  --url https://api.veryfront.com/projects/{project_reference}/env-vars/{key} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_reference
string
required
key
string
required

Query Parameters

environment_id
string<uuid>
required

Environment ID containing the variable

Response

Environment variable deleted