Deleting a Key from SAP
Use the post /v1/cckm/sap/keys/{id}/delete
API to delete a key from SAP but keep its backup on CCKM.
Syntax
Here, {id}
is the resource ID of the SAP key on the CipherTrust Manager. Note that the resource id
is different from sap_key_id
on SAP. Run the get /v1/cckm/sap/keys
API to view the resource ID (id
) of the SAP key on the CipherTrust Manager.
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authentication token. |
Example Request
Example Response
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.