Anchor to collectionConditionsSourceDeletecollection
mutationcollection Conditions Source Delete
Requires access scope. Also: The store must not be on the Starter or Retail plans and the user must have permission to delete a collection source.
Deletes a shareable collection source owned by the calling app. If the source is linked to collections, it will be unlinked from all of them.
Anchor to Arguments
Arguments
- id (ID!)
- •ID!required
The ID of the source to delete.
Was this section helpful?
Anchor to CollectionConditionsSourceDeletePayload returnsCollection Conditions Source Delete Payload returns
- deletedId (ID)
- userErrors ([UserError!]!)
- Anchor to deletedIddeleted•ID
Id The ID of the deleted source.
- Anchor to userErrorsuser•[User
Errors Error!]! non-null The list of errors that occurred from executing the mutation.
Was this section helpful?