Deleting Backup of a Salesforce Tenant Secret
Use the post /v1/cckm/sfdc/keys/{id}/delete-backup
API to delete the backup of a Salesforce tenant secret with a given ID from CCKM.
Only the backup of a tenant secret with the status DESTROYED
can be deleted. The backup of an ACTIVE
tenant secret cannot be deleted.
Syntax
Here, {id}
represents the resource ID of the Salesforce tenant secret backup to be deleted from CCKM.
Request Parameter
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
Example Request
Example Response
The output shows that the Salesforce tenant secret with the specified resource ID is deleted from CCKM.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.