Environment
Delete environment variable
Delete one project environment variable.
DELETE
/api/v1/projects/{projectID}/environment/{name}Authentication: REST bearer token required.
Parameters
projectIDUUIDrequiredPathThe project UUID.
namestringrequiredPathThe case-sensitive environment variable name.
Responses
204The variable was removed. The response has no body.
400The request is invalid or contains an unsupported value.
401The bearer token is missing, invalid, or expired.
404The requested resource does not exist for this account.