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.
pub async fn delete_project_api_key(
configuration: &Configuration,
project: &str,
token_id: &str,
) -> Result<(), Error<DeleteProjectApiKeyError>>Deletes an API key and immediately removes it.