Skip to content

Delete Agent Overlay

DELETE
/api/v3/organizations/{organisation}/ai/agents/{agentId}/overlay
curl --request DELETE \
--url https://dashboard.quantcdn.io/api/v3/organizations/example/ai/agents/example/overlay \
--header 'Authorization: Bearer <token>'

Removes the per-organisation overlay for a global agent, reverting it to platform defaults.

organisation
required
string

The organisation ID

agentId
required
string

Global agent identifier

Overlay deleted — agent reverted to defaults

Media typeapplication/json
object
success
boolean
message
string
Example
{
"success": true,
"message": "Agent reverted to defaults"
}

Access denied

Not a global agent

Failed to reset overlay