Anchor to AnalyticsAnnotationDeletePayloadAnalytics
payloadAnalytics Annotation Delete Payload
Return type for mutation.
Anchor to FieldsFields
- 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?
Anchor to Mutations with this payloadMutations with this payload
- 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?