Delete
Deletes the environment variable. Restricted to admins only.
Required scopes: WORKSPACE
, VARIABLE_MANAGE
Resource URL
DELETE /workspaces/:domain/variables/:variable_id
URL Parameters
Name | Type | Description |
---|---|---|
domain Required | String | The workspace domain. |
variable_id Required | Integer | The numerical ID of the desired variable. |
Example
Request
DELETE https://api.buddy.works/workspaces/buddy/variables/1
Example Response
HTTP
Status: 204 NoContent
X-Rate-Limit-Limit: 1
X-Rate-Limit-Remaining: 999
Last modified on April 26, 2022