Skip to main content

admin_delete_room_v2_route

Function admin_delete_room_v2_route 

Source
pub(crate) async fn admin_delete_room_v2_route(
    __arg0: State<State>,
    body: Args<Request>,
) -> Result<Response>
Expand description

ยงDELETE /_synapse/admin/v2/rooms/{room_id}

Schedules the same shutdown as a background task and returns its id at once; the outcome is retrieved from the delete-status endpoints.