Skip to main content
DELETE
/
api
/
v1
/
tenants
/
{tenantId}
Delete tenant
curl --request DELETE \
  --url https://api.contracting.kukkingu.software/api/v1/tenants/{tenantId} \
  --header 'Authorization: Bearer <token>'
"<unknown>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tenantId
string
required

Unique identifier of the tenant.

Example:

"tnt_cx0o4i8f0g950ul9gijig905"

Response

Default Response

No response body for successful operations that return HTTP 204.