Skip to main content
Anchor to analyticsAnnotationDelete

analyticsAnnotationDelete

mutation

Requires Requires write_analytics_annotations access scope.

Deletes an analytics annotation. An app can delete only annotations that it created. If an app attempts to delete an annotation that it didn't create, then the mutation returns a NOT_FOUND error. Use analyticsAnnotationCreate to create a new annotation, or analyticsAnnotationUpdate to modify existing ones.

•ID!
required

The ID of the analytics annotation to delete.


Was this section helpful?

Anchor to AnalyticsAnnotationDeletePayload returnsAnalyticsAnnotationDeletePayload returns

•ID

The ID of the deleted analytics annotation.

•[AnalyticsAnnotationDeleteUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?