revoke_api_key_handler

Function revoke_api_key_handler 

Source
pub async fn revoke_api_key_handler(
    __arg0: State<AppState>,
    __arg1: Authenticated,
    __arg2: Path<Uuid>,
) -> Result<StatusCode, (StatusCode, String)>
Expand description

Revoke API key DELETE /api/v1/auth/api-keys/:id