Delete the Entity Engine
Spaces method and path for this operation:
delete /s/{space_id}/api/entity_store/engines/{entityType}
Refer to Spaces for more information.
Path parameters
-
The entity type of the engine (either 'user' or 'host').
Values are
user,host,service, orgeneric.
DELETE
/api/entity_store/engines/{entityType}
curl \
--request DELETE 'https://<KIBANA_URL>/api/entity_store/engines/host' \
--header "Authorization: $API_KEY"
Response examples (200)
Example response after deleting 'host' engine
{
"deleted": true
}