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
pub async fn revoke_api_key_handler(
__arg0: State<AppState>,
__arg1: Authenticated,
__arg2: Path<Uuid>,
) -> Result<StatusCode, (StatusCode, String)>Revoke API key DELETE /api/v1/auth/api-keys/:id