Sign in

Delete agent API key

documented

Delete an agent API key.

DELETE /v2/gen-ai/agents/{agent_uuid}/api_keys/{api_key_uuid}Gradient AI Platformno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.digitalocean.com/v2/gen-ai/agents/{{$agent_uuid}}/api_keys/{{$api_key_uuid}}" \
  -X DELETE \
  -H "Authorization: Bearer {{DIGITALOCEAN_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Delete agent API key · DigitalOcean · OpenIntegrations