DELETE
/
tenant
/
{env_id}
/
{tenant}
Delete a 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
header
required

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

The response is of type object.