DELETE
/
api
/
v1
/
tenants
/
{tenant_id}
This response does not have an example.

Delete a tenant by its tenant ID.

  • Method: DELETE
  • Path: /api/v1/tenants/{tenant_id}

Path Parameter

  • tenant_id (integer, required): The ID of the tenant

Response

Returns a 204 No Content response on success.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

tenant_id
integer
required

Response

204

Successful Response