Delete the Privilege Monitoring Engine

DELETE /api/entity_analytics/monitoring/engine/delete

Spaces method and path for this operation:

delete /s/{space_id}/api/entity_analytics/monitoring/engine/delete

Refer to Spaces for more information.

Query parameters

  • data boolean

    Whether to delete all the privileged user data

    Default value is false.

Responses

  • 200 application/json

    Successful response

    Hide response attribute Show response attribute object
    • deleted boolean Required
DELETE /api/entity_analytics/monitoring/engine/delete
curl \
 --request DELETE 'https://localhost:5601/api/entity_analytics/monitoring/engine/delete' \
 --header "Authorization: $API_KEY"