Skip to main content
DELETE
/
tenants
/
{tenant_id}
/
applications
/
{application_id}
Delete tenant application
curl --request DELETE \
  --url https://api.tenants.resistant.ai/v0/tenants/{tenant_id}/applications/{application_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

JWT with private key. Java example Please note that Token URL is specific for a given environment. Correct URL is in the corresponding environment documentation.

Path Parameters

tenant_id
string
required
application_id
string
required

Response

Aplications deleted