Disabling DKE Endpoint
Use the post /v1/cckm/microsoft/dke/endpoints/{id}/disable
API to disallow the getkey
and decrypt
operations for a given Microsoft DKE endpoint.
Syntax
Here, {id}
is the ID of the DKE endpoint.
Request Parameter
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
id | string | ID of the DKE endpoint. |
Example Request
Example Response
The sample output shows that the parameter status
is successfully set to Disabled
, which means the getkey and decrypt operations are disallowed for this DKE endpoint.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.