Delete Distinguished Name API
Introduced 1.0
Deletes all distinguished names in the specified cluster’s or node’s allow list.
This API is reserved for a superadmin. Authenticate with an admin certificate rather than with a user name and password. For more information, see Access control for the API.
Endpoints
DELETE /_plugins/_security/api/nodesdn/{cluster_name}
Example request
DELETE _plugins/_security/api/nodesdn/cluster1
Example response
{
"status": "OK",
"message": "'cluster1' deleted."
}