async fn withdraw(
__arg0: Extension<Arc<Gateway>>,
__arg1: Json<WithdrawPayload>,
) -> Result<Json<Value>, GatewayError>Expand description
Withdraw from a gateway federation.
async fn withdraw(
__arg0: Extension<Arc<Gateway>>,
__arg1: Json<WithdrawPayload>,
) -> Result<Json<Value>, GatewayError>Withdraw from a gateway federation.