Skip to main content
Anchor to metaobjectBulkDelete

metaobjectBulkDelete

mutation

Requires write_metaobjects access scope.

Asynchronously delete metaobjects and their associated metafields in bulk.

MetaobjectBulkDeleteWhereCondition!required

Specifies the condition by which metaobjects are deleted. Exactly one field of input is required.


Was this section helpful?

Anchor to MetaobjectBulkDeletePayload returnsMetaobjectBulkDeletePayload returns

Job

The asynchronous job that deletes the metaobjects.

[MetaobjectUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?