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