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