Skip to main content
Deletes an environment variable from the specified project.

Authentication

Requires a valid Bearer token.

Path Parameters

id
string
required
Project ID (UUID).
key
string
required
Environment variable name.

Response

Returns 204 No Content on success with an empty response body.

Errors

StatusDescription
401Unauthorized — missing or invalid token
404Not Found — project or environment variable does not exist