# DeleteContentItemFailure

DeleteContentItemFailure

deleteContentItem failure. When any post cannot be deleted, nothing is
deleted: the content item and all of its posts remain unchanged. Every
blocked post is reported together so the caller can surface them all at
once.

**Status:** ⚠️ Experimental

**Implements:** MutationError

**Fields:**
- `errors`: `[PostNotDeletableError!]!` - The recoverable errors behind this failure.
- `message`: `String!` - Summary error message.