delete_project_api_key

Function delete_project_api_key 

Source
pub async fn delete_project_api_key(
    configuration: &Configuration,
    project: &str,
    token_id: &str,
) -> Result<(), Error<DeleteProjectApiKeyError>>
Expand description

Deletes an API key and immediately removes it.