projects
Remove an environment variable
Delete a specific environment variable for a given project by passing the environment variable identifier and either passing the project id
or name
in the URL.
DELETE
Authorizations
Default authentication mechanism
Path Parameters
The unique project identifier or the project name
Example:
"prj_XLKmu1DyR1eY7zq8UgeRKbA7yVLA"
The unique environment variable identifier
Example:
"XMbOEya1gUUO1ir4"
Query Parameters
The unique custom environment identifier within the project
Example:
"env_123abc4567"
The Team identifier to perform the request on behalf of.
Example:
"team_1a2b3c4d5e6f7g8h9i0j1k2l"
The Team slug to perform the request on behalf of.
Example:
"my-team-url-slug"
Response
200
application/json
The environment variable was successfully removed
The response is of type object[]
.
The response is of type object[]
.
The response is of type object
.
The response is of type object
.