pub(crate) async fn delete_room_account_data_route(
__arg0: State<State>,
body: Args<Request>,
) -> Result<Response>Expand description
ยงDELETE /_matrix/client/unstable/org.matrix.msc3391/user/{userId}/rooms/{roomId}/account_data/{type}
MSC3391: erase the named room account data type for the user.