Deleting an OCI Key Backup from CCKM
Use the post /v1/cckm/oci/keys/{id}/delete-backup
API to delete the backup of a key from the CCKM but keep its metadata.
A key and its versions need to be deleted from the CCKM before its backup can be deleted from the CCKM. Refer to Deleting an OCI Key for details.
Syntax
Here, {id}
is the resource ID of the OCI key on the CipherTrust Manager. Note that the resource id
is different from key_id
on OCI. Run the get /v1/cckm/oci/keys
API to view the resource ID (id
) of the OCI 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.