Tenant - Delete an existing tenant
Authorizations
HTTPRequired
Please enter a valid token
Path parameters
tenantIdstring · uuidRequired
Expects Id of an existing tenant
Query parameters
versionstringOptionalDefault:
The requested API version
1.0Responses
200
Indicates successful deletion of the requested tenants
404
Indicates that the requested tenant does not exist
500
Server related error
delete
/tenants/{tenantId}DELETE /tenants/{tenantId} HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"message": "Success Message",
"statusCode": 200
}Last updated