# catalogDelete - admin-graphql - MUTATION Version: 2024-10 ## Description Delete a catalog. ### Access Scopes `write_products` access scope. Also: The user must have a permission to delete a catalog. ## Arguments * [deleteDependentResources](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean - Whether to also delete the price list and the publication owned by the catalog. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the catalog to delete. ## Returns * [deletedId](/docs/api/admin-graphql/2024-10/scalars/ID): ID The ID of the deleted catalog. * [userErrors](/docs/api/admin-graphql/2024-10/objects/CatalogUserError): CatalogUserError! The list of errors that occurred from executing the mutation. ## Examples