# ArticleDeletePayload - admin-graphql - PAYLOAD Version: 2024-10 ## Description Return type for `articleDelete` mutation. ### Access Scopes ## Fields * [deletedArticleId](/docs/api/admin-graphql/2024-10/scalars/ID): ID - The ID of the deleted article. * [userErrors](/docs/api/admin-graphql/2024-10/objects/ArticleDeleteUserError): ArticleDeleteUserError! - The list of errors that occurred from executing the mutation. ## Connections ## Mutations with this payload * [articleDelete](/docs/api/admin-graphql/2024-10/mutations/articleDelete) ## Examples