<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://addonstudio.org/mw1/index.php?action=history&amp;feed=atom&amp;title=WoW%3AAPI_DeleteInboxItem</id>
	<title>WoW:API DeleteInboxItem - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://addonstudio.org/mw1/index.php?action=history&amp;feed=atom&amp;title=WoW%3AAPI_DeleteInboxItem"/>
	<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_DeleteInboxItem&amp;action=history"/>
	<updated>2026-06-02T06:56:03Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://addonstudio.org/mw1/index.php?title=WoW:API_DeleteInboxItem&amp;diff=16639&amp;oldid=prev</id>
		<title>Move page script: Move page script moved page API DeleteInboxItem to WoW:API DeleteInboxItem without leaving a redirect</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_DeleteInboxItem&amp;diff=16639&amp;oldid=prev"/>
		<updated>2023-08-15T04:45:25Z</updated>

		<summary type="html">&lt;p&gt;Move page script moved page &lt;a href=&quot;/wiki/WoW:API_DeleteInboxItem&quot; title=&quot;WoW:API DeleteInboxItem&quot;&gt;API DeleteInboxItem&lt;/a&gt; to &lt;a href=&quot;/wiki/WoW:API_DeleteInboxItem&quot; title=&quot;WoW:API DeleteInboxItem&quot;&gt;API DeleteInboxItem&lt;/a&gt; without leaving a redirect&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 04:45, 15 August 2023&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key addonstu_asmw2:diff::1.12:old-16638:rev-16639 --&gt;
&lt;/table&gt;</summary>
		<author><name>Move page script</name></author>
	</entry>
	<entry>
		<id>https://addonstudio.org/mw1/index.php?title=WoW:API_DeleteInboxItem&amp;diff=16638&amp;oldid=prev</id>
		<title>WoWWiki&gt;WoWWiki-Tale: initial documentation for DeleteInboxItem</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_DeleteInboxItem&amp;diff=16638&amp;oldid=prev"/>
		<updated>2007-01-10T15:14:16Z</updated>

		<summary type="html">&lt;p&gt;initial documentation for DeleteInboxItem&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{wowapi}}__NOTOC__&lt;br /&gt;
Remove a message from the mailbox.&lt;br /&gt;
 DeleteInboxItem(index)&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
===Arguments===&lt;br /&gt;
:;index : Number - the index of the message (1 is the first message)&lt;br /&gt;
===Returns===&lt;br /&gt;
No return value.&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
DeleteInboxItem is a function that asynchronously requests the server to remove a message from the mailbox.  It returns immediately, with confirmation coming via a [[Events/Mail|MAIL_INBOX_UPDATE]] event.  This request can fail.  Besides the obvious case of the index not referring to a valid message number, it can fail if another DeleteInboxItem action is already in progress, and perhaps in other cases.&lt;br /&gt;
&lt;br /&gt;
DeleteInboxItem is an unconditional request; the server does not check whether the message still has an item or money attached.  The confirmation box that appears in game for these conditions is triggered by [[API InboxItemCanDelete|InboxItemCanDelete]], before calling DeleteInboxItem.  Note that InboxItemCanDelete is not a permission-checking function, it is just an API for determining whether a message is returnable (and thus has a misleading name).  All messages are deletable.&lt;/div&gt;</summary>
		<author><name>WoWWiki&gt;WoWWiki-Tale</name></author>
	</entry>
</feed>