pydo.genai.delete_agent_api_key()
Generated on 9 Jun 2026
from pydo version
v0.36.0
Usage
client.genai.delete_agent_api_key(
agent_uuid="\"123e4567-e89b-12d3-a456-426614174000\"",
api_key_uuid="\"123e4567-e89b-12d3-a456-426614174000\"",
)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
agent_uuidstring requiredA unique identifier for your agent.
api_key_uuidstring requiredAPI key for an agent.
Response Example
More Information
See /v2/gen-ai/agents/{agent_uuid}/api_keys/{api_key_uuid} in the API reference for additional detail on responses, headers, parameters, and more.