--- title: CatalogDeletePayload - GraphQL Admin description: Return type for `catalogDelete` mutation. api_version: unstable api_name: admin source_url: html: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/catalogdeletepayload md: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/catalogdeletepayload.md --- # Catalog​Delete​Payload payload Return type for `catalogDelete` mutation. ## Fields * deleted​Id [ID](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) The ID of the deleted catalog. * user​Errors [\[Catalog​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/CatalogUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [catalog​Delete](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/catalogDelete) mutation Delete a catalog. * id [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) required ### Arguments The ID of the catalog to delete. * delete​Dependent​Resources [Boolean](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Boolean) Default:false Whether to also delete the price list and the publication owned by the catalog. *** *** ## Map ### Mutations with this payload * [catalog​Delete](https://shopify.dev/docs/api/admin-graphql/unstable/types/catalogDelete)