pub async fn revoke_user_role(
__arg0: State<ApiState>,
__arg1: Extension<AuthToken>,
__arg2: Path<(String, String)>,
) -> Result<Json<ApiResponse<()>>, StatusCode>Expand description
Revoke role from user DELETE /api/v1/rbac/users/{user_id}/roles/{role_id}