Delete a behavioral analytics collection Technical preview
The associated data stream is also deleted.
Path parameters
-
The name of the analytics collection to be deleted
DELETE /_application/analytics/{name}
curl \
-X DELETE http://api.example.com/_application/analytics/{name}
Response examples (200)
{
"acknowledged": true
}