Skip to main content

Tenant Offboard

This operation identifies all the users belonging to the tenant and offboards the subclients and VM clients for all the users one by one.

More Details

Request Body required
  • tenantHostName string
Responses

OK


Schema
  • errorMessage string
  • errorCode integer
POST /tenant/offboard    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
Body required

{
"tenantHostName": "tapicompany"
}
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Tenant/Offboard' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"tenantHostName": "tapicompany"
}'