Your suggested change has been received. Thank you.

close

Suggest A Change

https://thales.na.market.dpondemand.io/docs/dpod/services/kmo….

back

Related APIs

Deleting an Issuer

search

Please Note:

Deleting an Issuer

Use the DELETE /v1/cckm/GoogleWorkspaceCSE/issuers/{id} API to delete an issuer.

Syntax

curl -k '<IP>/api/v1/cckm/GoogleWorkspaceCSE/issuers/{id}' -X DELETE -H 'Authorization: Bearer AUTHTOKEN' --compressed

Request Parameters

ParameterTypeDescription
idstringID of the issuer. To find out the ID of an issuer, refer to Viewing Issuers.
AUTHTOKENstringAuthorization token.

Example Request

curl -k 'https://127.0.0.1/api/v1/cckm/GoogleWorkspaceCSE/issuers/1fa6fd5a-01be-4b24-905f-21cba61c28a2' -X DELETE -H 'Authorization: Bearer AUTHTOKEN' --compressed

Example Response

{
"status": 204
}

The issuer with the specified ID is deleted.

Response Codes

Response CodeDescription
2xxSuccess
4xxClient errors

Refer to HTTP status codes for details.