Deleting Issuers
Use the delete /v1/cckm/oci/issuers/{id}
API to delete an issuer from the CCKM.
Syntax
curl -k 'https://127.0.0.1/api/v1/cckm/oci/issuers/a1a3de51-ba20-41af-9ae7-4a2144015308' -X DELETE -H 'Authorization: Bearer AUTHTOKEN' -H 'accept: application/json' --compressed
Here, {id}
is the resource ID of the issuer on the CipherTrust Manager.
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authentication token. |
Example Request
curl -k 'https://127.0.0.1/api/v1/cckm/oci/issuers/a1a3de51-ba20-41af-9ae7-4a2144015308' -X DELETE -H 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiIzNmYwYTFlMS1jMzIzLTQ1MDctODY3NC00NzlmZTMzNTJmNWEiLCJzdWIiOiJsb2NhbHxiMzVkNmEyZS05NmRiLTQzMzItOTRjNy00Y2Q5NjI1N2U3ZTgiLCJpc3MiOiJreWxvIiwiYWNjIjoia3lsbyIsInByZWZlcnJlZF91c2VybmFtZSI6ImFkbWluIiwiY3VzdCI6eyJkb21haW5faWQiOiIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiLCJncm91cHMiOlsiYWRtaW4iXSwic2lkIjoiYzEyYWMzZWEtNWM0Yi00ZTM2LWJjMGYtNGY4MzExY2JkOGRjIiwiem9uZV9pZCI6IjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCJ9LCJqd3RpZCI6ImYwMTUxMTNiLTM4ZGEtNDMyNC04MDY2LTkyMDEzYmM4NzI2ZiIsImlhdCI6MTY2NTU2NjgzNiwiZXhwIjoxNjY1NTY3MTM2fQ.8fH7MTkAdfHzBSuZo29_9ZCqT1fJHhWChNLGTMtFmXA' -H 'accept: application/json' --compressed
Example Response
{
"status": 204
}
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.