pydo.genai.delete_model_api_key()
Generated on 16 Jan 2026
from pydo version
v0.24.0
Description
To delete an API key for a model, send a DELETE request to /v2/gen-ai/models/api_keys/{api_key_uuid}.
Parameters
| Name | Type | Required | Description | Default Value |
|---|---|---|---|---|
api_key_uuid |
string | True | API key for an agent. |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.