cURL
curl --request DELETE \ --url https://api.helloannie.com/v1/organizations/{orgId}/variables/{id}
{ "success": true, "data": {}, "message": "<string>" }
Delete a variable. Fails if the variable is currently used in any workflows.
The organization ID
The variable ID
Confirmation that a variable has been deleted
true