Spaces method and path for this operation:
delete /s/{space_id}/api/entity_analytics/monitoring/users/{id}
Refer to Spaces for more information.
Removes a privileged user from monitoring by their document ID.
DELETE
/api/entity_analytics/monitoring/users/{id}
curl \
--request DELETE 'https://<KIBANA_URL>/api/entity_analytics/monitoring/users/{id}' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"acknowledged": true,
"message": "User deleted successfully"
}