Delete

  • DELETE
  • /workspaces
  • /:domain
  • /variables
  • /:variable_id

Deletes the environment variable. Restricted to admins only.

Request

REQUIRED SCOPES
WORKSPACE, VARIABLE_MANAGE
URL PARAMETERS
domainrequired string
The workspace domain.
variable_idrequired integer
The numerical ID of the desired variable.

Last modified on Oct 3, 2024

Example:

CURL
curl -X DELETE "https://api.buddy.works/workspaces/:domain/variables/:variable_id" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json" \
STATUS
204 NoContent
LIMITS
X-Rate-Limit-Limit: 1 X-Rate-Limit-Remaining: 999