Version: SG FLX
Community

Delete trust store

DELETE /_signals/truststores/{trust-store-id}

Delete the trust store with the provided id.

Responses

200 OK

The trust store was found and deleted

403 Forbidden

The user does not have the required permissions to access the endpoint.

404 Not Found

The trust store with the requested id does not exist.

Permissions

For being able to access the endpoint, the user needs to have the privilege cluster:admin:searchguard:signals:truststores/delete.

Examples

Delete truststore with the id ca-trust-anchor

DELETE /_signals/truststores/ca-trust-anchor

Response

200 OK
{
  "status": 200
}


Not what you were looking for? Try the search.