OPENAPI / COMPONENTS / SCHEMAS
DeleteMessageBatchResult
DeleteMessageBatchResult<p>For each message in the batch, the response contains a <code> <a>DeleteMessageBatchResultEntry</a> </code> tag if the message is deleted or a <code> <a>BatchResultErrorEntry</a> </code> tag if the message can't be deleted.</p>
object2properties
Successfulstringrequired<p>A list of <code> <a>DeleteMessageBatchResultEntry</a> </code> items.</p>
Failedstringrequired<p>A list of <code> <a>BatchResultErrorEntry</a> </code> items.</p>