Deleting a Salesforce Issuer
Use the delete /v1/cckm/sfdc/issuers/{id}
API to delete a Salesforce issuer from the CCKM.
Syntax
curl -k '<IP>/api/v1/cckm/sfdc/issuers/{id}' -X DELETE -H 'Authorization: Bearer AUTHTOKEN' --compressed
Here, {id} represents the ID of the Salesforce Issuer on the CipherTrust Manager.
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
Example Response
{
"status": 204
}
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.