Deleting a DKE Authorized Tenant
Use the delete v1/cckm/microsoft/dke/auth-tenants/{id}
API to delete a Microsoft DKE authorized tenant from the database.
Here, {id}
is the ID of the DKE authorized tenant.
Syntax
Request Parameter
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
id | string | ID of the DKE authorized tenant. |
Example Request
Example Response
The sample output shows that the DKE authorized tenant is successfully deleted from the database.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.