Skip to main content
Anchor to AnalyticsAnnotationDeletePayload

AnalyticsAnnotationDeletePayload

payload

Return type for analyticsAnnotationDelete mutation.

•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?

Anchor to Mutations with this payloadMutations with this payload

•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?