pub async fn handle_delete_tenant_api_token(
    __arg0: State<Arc<Context>>,
    __arg1: TypedHeader<Authorization<Bearer>>,
    __arg2: Path<Uuid>,
) -> StatusCode