Delete an agent
Agents
Delete an agent
Remove an agent from your catalog.
DELETE
Delete an agent
Removes an agent from your catalog. Sessions already running against it are unaffected; new sessions can no longer reference it by name.
Returns
204 No Content on success.
Path parameters
The agent’s
name (e.g. my-research-bot or myorg/web-helper). Slash-containing names are supported.Examples
Errors
| Status | Cause |
|---|---|
403 | The agent is reserved (h/) and you are not an H employee. |
404 | Agent not found or you don’t have access. |