pub async fn delete_api_key(
__arg0: State<UnifiedAppState>,
__arg1: Query<HashMap<String, String>>,
) -> Result<impl IntoResponse, StatusCode>Expand description
DELETE /api-keys?key_type=<type> — delete an API key from storage.
pub async fn delete_api_key(
__arg0: State<UnifiedAppState>,
__arg1: Query<HashMap<String, String>>,
) -> Result<impl IntoResponse, StatusCode>DELETE /api-keys?key_type=<type> — delete an API key from storage.