Anchor to AnalyticsTargetsDeleteUserErrorAnalytics
objectAnalytics Targets Delete User Error
An error that occurs during the execution of .
Anchor to FieldsFields
- code (AnalyticsTargetsDeleteUserErrorCode)
- field ([String!])
- message (String!)
- Anchor to codecode•Analytics
Targets 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
- analyticsTargetsDelete (AnalyticsTargetsDeletePayload)
- •mutation
Deletes one or more analytics targets. Accepts a list of target IDs and returns the IDs that were successfully deleted. If any ID is not found, a user error is returned for that ID while the remaining valid targets are still deleted.
- •[ID!]!required
The IDs of the analytics targets to delete.
Arguments
- •[ID!]!
Was this section helpful?