Environment

Delete environment variable

Delete one project environment variable.

DELETE/api/v1/projects/{projectID}/environment/{name}

Authentication: REST bearer token required.

Parameters

projectIDUUIDrequired

PathThe project UUID.

namestringrequired

PathThe case-sensitive environment variable name.

Responses

204

The variable was removed. The response has no body.

400

The request is invalid or contains an unsupported value.

401

The bearer token is missing, invalid, or expired.

404

The requested resource does not exist for this account.