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