Delete a managed service tenant

delete/workspaces/v1/msp-tenants/{tenantId}

Delete a tenant in the currently logged in managed service provider's (MSP) workspace.

SecurityBearerAuth
Request
path Parameters
tenantId
required
string <uuid> (Tenant ID)

The workspace ID for the tenant you want to delete.

Responses
204

Successful Response

400

Bad Request

401

Unauthorized

403

Forbidden

409

Conflict

412

Precondition Failed

422

Unprocessable Entity

500

Internal Server Error

Request samples
Response samples
application/json
{
  • "debugId": "string",
  • "httpStatusCode": 0,
  • "errorCode": "string",
  • "message": "string"
}