Deleting an Issuer
Use the DELETE /v1/cckm/GoogleWorkspaceCSE/issuers/{id}
API to delete an issuer.
Syntax
Request Parameters
Parameter | Type | Description |
---|---|---|
id | string | ID of the issuer. To find out the ID of an issuer, refer to Viewing Issuers. |
AUTHTOKEN | string | Authorization token. |
Example Request
Example Response
The issuer with the specified ID is deleted.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
Refer to HTTP status codes for details.