Deleting a DKR from SAP
Use the post /v1/cckm/sap/dkr/{id}/delete
API to delete a Dynamic Key Reference (DKR) with given ID from SAP.
Syntax
Here, {id}
is the resource ID of the SAP DKR on the CipherTrust Manager. Note that the resource id
is different from dynamic_key_reference_id
on SAP. Run the get /v1/cckm/sap/dkr
API to view the resource ID (id
) of the SAP DKR on the CipherTrust Manager.
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
Example Request
Example Response
The status DELETED
indicates that the SAP DKR with the specified ID is deleted from SAP.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.