1
0
This commit is contained in:
reivilibre
2025-07-01 16:57:40 +00:00
parent c934a13198
commit d903b1da1c
5 changed files with 12 additions and 12 deletions

View File

@@ -849,7 +849,7 @@ for the given <code>room_id</code>.</p>
}, {
&quot;delete_id&quot;: &quot;delete_id2&quot;,
&quot;room_id&quot;: &quot;!roomid:example.com&quot;,
&quot;status&quot;: &quot;purging&quot;,
&quot;status&quot;: &quot;active&quot;,
&quot;shutdown_room&quot;: {
&quot;kicked_users&quot;: [
&quot;@foobar:example.com&quot;
@@ -877,7 +877,7 @@ for the given <code>room_id</code>.</p>
</code></pre>
<p>A response body like the following is returned:</p>
<pre><code class="language-json">{
&quot;status&quot;: &quot;purging&quot;,
&quot;status&quot;: &quot;active&quot;,
&quot;delete_id&quot;: &quot;bHkCNQpHqOaFhPtK&quot;,
&quot;room_id&quot;: &quot;!roomid:example.com&quot;,
&quot;shutdown_room&quot;: {
@@ -909,8 +909,8 @@ Task objects contain the following fields:
<li><code>room_id</code> - The ID of the room being deleted</li>
<li><code>status</code> - The status will be one of:
<ul>
<li><code>shutting_down</code> - The process is removing users from the room.</li>
<li><code>purging</code> - The process is purging the room and event data from database.</li>
<li><code>scheduled</code> - The deletion is waiting to be started</li>
<li><code>active</code> - The process is purging the room and event data from database.</li>
<li><code>complete</code> - The process has completed successfully.</li>
<li><code>failed</code> - The process is aborted, an error has occurred.</li>
</ul>