Skip to main content
DELETE
/
applications
/
v1
/
projects
/
{id}
/
env
/
{envId}
Delete environment variable
curl --request DELETE \
  --url https://api.case.dev/applications/v1/projects/{id}/env/{envId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Path Parameters

id
string
required

Project ID

envId
string
required

Environment variable ID

Response

Success