Delete

Delete

Delete a tenant

Request
URI
DELETE
https://{api_host}/tca/tenancy/api/v1/tenants/{tenantId}
COPY
Path Parameters
string
tenantId
Required

The identifier of the tenant

tenantId example
c11ade69-5f11-4bef-9cbe-d52fcecb5bea

Responses
204

Status 204 No Content

Operation doesn't return any data structure

400
Returns BadRequest of type(s) application/json
{
    "errors": [
        {
            "code": "string",
            "message": "string"
        }
    ]
}
array of error
errors
Optional

errors


401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

500
Returns InternalServerError of type(s) application/json
{
    "errors": [
        {
            "code": "string",
            "message": "string"
        }
    ]
}
array of error
errors
Optional

errors