pydo.genai.delete_openai_api_key()
Generated on 12 Dec 2025
from pydo version
v0.22.0
Description
To delete an OpenAI API key, send a DELETE request to /v2/gen-ai/openai/keys/{api_key_uuid}.
Parameters
| Name | Type | Required | Description | Default Value |
|---|---|---|---|---|
api_key_uuid |
string | True | API key ID |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.