Delete
- DEL
- /workspaces
- /:workspace
- /variables
- /:variable_id
Deletes the environment variable. Restricted to admins only.
Request example
CURLcurl -X DELETE "https://api.buddy.works/workspaces/:workspace/variables/:variable_id" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json" \
Response
STATUS204 NoContent