diff --git a/develop/admin_api/rooms.html b/develop/admin_api/rooms.html index f74ac04d34..c933eaaff9 100644 --- a/develop/admin_api/rooms.html +++ b/develop/admin_api/rooms.html @@ -837,6 +837,7 @@ for the given room_id.

"results": [ { "delete_id": "delete_id1", + "room_id": "!roomid:example.com", "status": "failed", "error": "error message", "shutdown_room": { @@ -847,6 +848,7 @@ for the given room_id.

} }, { "delete_id": "delete_id2", + "room_id": "!roomid:example.com", "status": "purging", "shutdown_room": { "kicked_users": [ @@ -876,6 +878,8 @@ for the given room_id.

A response body like the following is returned:

{
     "status": "purging",
+    "delete_id": "bHkCNQpHqOaFhPtK",
+    "room_id": "!roomid:example.com",
     "shutdown_room": {
         "kicked_users": [
             "@foobar:example.com"
@@ -901,7 +905,8 @@ for the given room_id.

This field is omitted from the result when you query by delete_id. Task objects contain the following fields: