Delete a monitored user

DELETE /api/entity_analytics/monitoring/users/{id}

Path parameters

  • id string Required

Responses

  • 200 application/json

    User deleted successfully

    Hide response attributes Show response attributes object
    • aknowledged boolean

      Indicates if the deletion was successful

    • message string

      A message providing additional information about the deletion status

DELETE /api/entity_analytics/monitoring/users/{id}
curl \
 --request DELETE 'http://localhost:5601/api/entity_analytics/monitoring/users/{id}' \
 --header "Authorization: $API_KEY"