Anchor to AnalyticsAnnotationDeleteUserErrorAnalytics
objectAnalytics Annotation Delete User Error
An error that occurs during the execution of .
Anchor to FieldsFields
- code (AnalyticsAnnotationDeleteUserErrorCode)
- field ([String!])
- message (String!)
- Anchor to codecode•Analytics
Annotation Delete User Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Was this section helpful?
Anchor to MutationsMutations
- analyticsAnnotationDelete (AnalyticsAnnotationDeletePayload)
- •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_FOUNDerror. Useto create a new annotation, orto modify existing ones.- •ID!required
The ID of the analytics annotation to delete.
Arguments
- •ID!
Was this section helpful?