Delete the Entity Engine Beta
Path parameters
-
The entity type of the engine (either 'user' or 'host').
Values are
user
,host
, orservice
.
Query parameters
-
data boolean
Control flag to also delete the entity data.
DELETE
/api/entity_store/engines/{entityType}
curl \
-X DELETE https://<KIBANA_URL>/api/entity_store/engines/{entityType}
Response examples (200)
{
"deleted": true
}