# publicationDelete - admin-graphql - MUTATION Version: 2024-10 ## Description Deletes a publication. ### Access Scopes `write_publications` access scope. Also: The user must have a permission to create and edit catalogs. ## Arguments * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the publication to delete. ## Returns * [deletedId](/docs/api/admin-graphql/2024-10/scalars/ID): ID The ID of the publication that was deleted. * [userErrors](/docs/api/admin-graphql/2024-10/objects/PublicationUserError): PublicationUserError! The list of errors that occurred from executing the mutation. ## Examples