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

Deletes an API token and immediately removes it.