pydo.genai.delete_agent_api_key()
Generated on 13 Nov 2025
from pydo version
v0.21.0
Description
To delete an API key for an agent, send a DELETE request to /v2/gen-ai/agents/{agent_uuid}/api_keys/{api_key_uuid}.
Parameters
| Name | Type | Required | Description | Default Value |
|---|---|---|---|---|
agent_uuid |
string | True | A unique identifier for your agent. | |
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.