# ProductDeleteMediaPayload - admin-graphql - PAYLOAD Version: 2024-10 ## Description Return type for `productDeleteMedia` mutation. ### Access Scopes ## Fields * [deletedMediaIds](/docs/api/admin-graphql/2024-10/scalars/ID): ID - List of media IDs which were deleted. * [deletedProductImageIds](/docs/api/admin-graphql/2024-10/scalars/ID): ID - List of product image IDs which were deleted. * [mediaUserErrors](/docs/api/admin-graphql/2024-10/objects/MediaUserError): MediaUserError! - The list of errors that occurred from executing the mutation. * [product](/docs/api/admin-graphql/2024-10/objects/Product): Product - The product associated with the deleted media. * [userErrors](/docs/api/admin-graphql/2024-10/objects/UserError): UserError! - The list of errors that occurred from executing the mutation. ## Connections ## Mutations with this payload * [productDeleteMedia](/docs/api/admin-graphql/2024-10/mutations/productDeleteMedia) ## Examples