# catalogDelete - admin - MUTATION
Version: 2024-07

## Description
Delete a catalog.

### Access Scopes
`write_products` access scope. Also: The user must have permission to delete catalogs.


## Arguments
* [deleteDependentResources](/docs/api/admin/2024-07/scalars/Boolean): Boolean - Whether to also delete the price list and the publication owned by the catalog.
* [id](/docs/api/admin/2024-07/scalars/ID): ID! - The ID of the catalog to delete.


## Returns
* [deletedId](/docs/api/admin/2024-07/scalars/ID): ID The ID of the deleted catalog.
* [userErrors](/docs/api/admin/2024-07/objects/CatalogUserError): CatalogUserError! The list of errors that occurred from executing the mutation.


## Examples