Web Analytics
Delete an annotation
Deletes an annotation, automatic ones included — a broadcast annotation cannot come back by accident, since its broadcast has already started. Requires the web_analytics write permission.
post/api/annotations.delete
Request body
Example request
{
"workspace_id": "ws_1234567890",
"id": "3f2504e04f8911d39a0c0305e82c3301"
}Response
Annotation deleted. A body rather than a 204, so a delete is never indistinguishable from a proxy swallowing the response.
Example response
{
"success": true
}Changes
Changed in 1 of the 25 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○