# ProductDeleteAsyncPayload - admin-graphql - PAYLOAD Version: 2024-07 ## Description Return type for `productDeleteAsync` mutation. ### Access Scopes ## Fields * [deleteProductId](/docs/api/admin-graphql/2024-07/scalars/ID): ID - The ID of the product that was requested to be deleted. * [job](/docs/api/admin-graphql/2024-07/objects/Job): Job - The background job that will delete the product and its associated variants and media. * [userErrors](/docs/api/admin-graphql/2024-07/objects/ProductDeleteUserError): ProductDeleteUserError! - The list of errors that occurred from executing the mutation. ## Connections ## Mutations with this payload * [productDeleteAsync](/docs/api/admin-graphql/2024-07/mutations/productDeleteAsync) ## Examples