Skip to main content
Anchor to collectionConditionsSourceDelete

collectionConditionsSourceDelete

mutation

Requires write_products 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.

•ID!
required

The ID of the source to delete.


Was this section helpful?

Anchor to CollectionConditionsSourceDeletePayload returnsCollectionConditionsSourceDeletePayload returns

•ID

The ID of the deleted source.

•[UserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?