pub async fn projects_delete_api_key(
configuration: &Configuration,
project_id: &str,
api_key_id: &str,
) -> Result<ApiKeyDeletionResponse, Error<ProjectsDeleteApiKeyError>>Expand description
Delete an API key for a project (requires organization-scoped API key)