Skip to main content

delete_api_key

Function delete_api_key 

Source
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.