Anchor to analyticsAnnotationDeleteanalytics
mutationanalytics Annotation Delete
Requires Requires 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
to create a new annotation, or
to modify existing ones.
Anchor to Arguments
Arguments
- id (ID!)
- •ID!required
The ID of the analytics annotation to delete.
Was this section helpful?
- deletedId (ID)
- userErrors ([AnalyticsAnnotationDeleteUserError!]!)
- Anchor to deletedIddeleted•ID
Id The ID of the deleted analytics annotation.
- Anchor to userErrorsuser•[Analytics
Errors Annotation Delete User Error!]! non-null The list of errors that occurred from executing the mutation.
Was this section helpful?