Skip to main content

ProductMediaBulkDelete Object

Deletes product media.

Requires the MANAGE_PRODUCTSpermission.
type ProductMediaBulkDelete {
count: Int!
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
}

Fields

count ● Int!

Returns how many objects were affected.

errors ● [ProductError!]!

Show deprecatedHide deprecated

productErrors ● [ProductError!]!

DEPRECATED

Use errors field instead.

Returned By

productMediaBulkDelete mutation