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