IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Delete Analytics Collection
editDelete Analytics Collection
editThis functionality is in beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.
Removes an Analytics Collection and its associated data stream.
Request
editDELETE _application/analytics/<name>
Prerequisites
editRequires the manage_behavioral_analytics
cluster privilege.
Path parameters
edit-
<name>
- (Required, string)
Response codes
edit-
400
-
The
name
was not provided. -
404
(Missing resources) -
No Analytics Collection matching
name
could be found.
Examples
editThe following example deletes the Analytics Collection named my_analytics_collection
:
DELETE _application/analytics/my_analytics_collection/