Capacity - Unassigns a capacity from a tenant

Removes the assignment of a capacity from an existing tenant.

delete
Authorizations
Path parameters
tenantIdstring · uuidRequired

Enter the ID of the tenant from whom the capacity will be unassigned.

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Responses
200
Success: Capacity unassigned from tenant successfully.
delete
DELETE /tenant/{tenantId}/unassign HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
{
  "message": "Success Message",
  "statusCode": 200
}

Last updated