Search + K

Command Palette

Search for a command to run...

Sign In

Delete a behavioral analytics collection

Deprecated
DELETE /_application/analytics/{name}
Copy endpoint

The associated data stream is also deleted.

Parameters

path Path Parameters

Name Type
name required

The name of the analytics collection to be deleted

type TypesName = string

Responses

200 application/json
interface TypesAcknowledgedResponseBase {
acknowledged: boolean;
}