DELETE
/
tenant
/
{env_id}
/
{tenant}
curl --request DELETE \
  --url https://client-api.hotglue.xyz/tenant/{env_id}/{tenant} \
  --header 'x-api-key: <api-key>'
{}

Authorizations

x-api-key
string
headerrequired

Path Parameters

env_id
string
required

ID of environment

tenant
string
required

ID of tenant

Query Parameters

revoke
boolean

Revokes all OAuth connections if set to true

Response

200 - application/json

The response is of type object.