Delete a variable for a specific org.
cURL
curl --request DELETE \ --url https://api.useinvent.com/orgs/{org_id}/variables/{key}
null
The ID of the org
The key of the variable to delete.
The deleted org variable.
The response is of type unknown.
unknown
Was this page helpful?