v14
latestOpenAPI 3.0.32026-08-04377889.4 MBprojects
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/v9/projects/{idOrName}/env/{id}
Path parameters
idOrNamestring required
The unique project identifier or the project name
Example:prj_XLKmu1DyR1eY7zq8UgeRKbA7yVLA
The unique project identifier or the project name
idstring required
The unique environment variable identifier
Example:XMbOEya1gUUO1ir4
The unique environment variable identifier
Query parameters
customEnvironmentIdstring
The unique custom environment identifier within the project
Example:env_123abc4567
The unique custom environment identifier within the project
teamIdstring
Example:team_1a2b3c4d5e6f7g8h9i0j1k2l
The Team identifier to perform the request on behalf of.
slugstring
Example:my-team-url-slug
The Team slug to perform the request on behalf of.
Response
The environment variable was successfully removed