Skip to main content

Deletes a tenant

DELETE 

https://apis.<domain>/iam/tenants/:id

Deletes a tenant from any resources tagged with it.

Also deletes this tenant from any tenant list in any policy statements. If the resulting tenant list for a given statement is empty, it is deleted. If the resulting policy has no statements, it is also deleted.

Authorization Action:

iam:tenants:delete

Request

Path Parameters

    id stringrequired

    ID of the tenant.

Responses

A successful response.

Schema
  • object
curl -L -X DELETE 'https://connhex.com/iam/tenants/:id' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://apis.<domain>
Parameters
— pathrequired