1//! `PUT /_matrix/federation/*/send_leave/{roomId}/{eventId}` 2//! 3//! Submit a signed leave event to the receiving server for it to accept it into the room's graph. 4 5pub mod v1; 6pub mod v2;