abstract fun deleteInboxMessagesOnMediator(agent: Agent, inboxItemIds: List<String>): Completable
Deletes inbox messages on mediator storage
agent - to delete the inbox for
agent
inboxItemIds - list of inbox ids, which will be deleted on mediator
inboxItemIds