Delete Variable Set
Delete a variable set from an environment.
Endpoint
DELETE /{envId}/variableSet/{id}
Path Parameters
| Parameter | Type | Description |
|---|---|---|
envId | string | Environment ID |
id | string | Variable set ID |
Example
curl -X DELETE "https://api.thevenin.cloud/api/v1/{envId}/variableSet/{id}" \
-H "Authorization: Bearer $API_TOKEN"
Response (204 No Content)
No response body returned on success.