v1

latestOpenAPI 3.1.02026-07-245531,0212.1 MB
Tenants

Suspend a customer tenant

Suspend a customer's tenant.

  • Note
    • After the tenant or product is suspended, you cannot access the tenant's console.
    • After you initiate the operation, it is queued and a task ID is generated. You can get the task ID from the success response. Use this task ID in the 'Get Task Details' API to track the operation's progress.
post/msp/v2/customers/{customerID}/tenants/{tenantID}/suspend

Path parameters

customerIDstring required

Specify the ID of a customer whose tenant you wish to suspend . Get the ID of a customer using the 'List all customers' API.

tenantIDstring required

Specify the ID of a tenant which you wish to suspend . Get the ID of a tenant using the 'List all tenants' API.

Headers

Authorizationstring required

Specify the Bearer access token

Response

Ok

Example response

{
  "task": {
    "id": "c8b54819-486a-497a-b86e-5b93f2422711"
  }
}