Skip to main content
DELETE
/
orgs
/
{org_id}
/
variables
/
{key}
Delete Org Variable
curl --request DELETE \
  --url https://api.useinvent.com/orgs/{org_id}/variables/{key} \
  --header 'Authorization: Bearer <token>'
null

Authorizations

Authorization
string
header
required

Bearer token authentication using your API key

Path Parameters

org_id
string
required

The ID of the org

key
string
required

The key of the variable to delete.

Response

200 - application/json

The deleted org variable.