Skip to main content
Anchor to AnalyticsAnnotationDeleteUserError

AnalyticsAnnotationDeleteUserError

object

An error that occurs during the execution of AnalyticsAnnotationDelete.

•AnalyticsAnnotationDeleteUserErrorCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!
non-null

The error message.


Was this section helpful?

•mutation

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.

Arguments

•ID!
required

The ID of the analytics annotation to delete.



Was this section helpful?


Was this section helpful?