Marks the message with the specified messageId as deleted
messageId
Future<void> delete(int messageId) => sendCommand(PopDeleteCommand(messageId));