Deleting a SAP Key Backup from CCKM
Use the post /v1/cckm/sap/keys/{id}/delete-backup
API to delete the backup of a key from the CCKM but keep its metadata.
A key needs to be deleted from SAP before its backup can be deleted from the CCKM. Refer to Deleting a Key from SAP for details.
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.