Skip to main content
DELETE
/
agents
/
{id}
Delete Agent
curl --request DELETE \
  --url https://eu-gcp-api.vg-stuff.com/v3/agents/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Example Response

{
  "success": true,
  "message": "Agent deleted successfully"
}

Notes

  • This action is irreversible
  • Deleting an agent also removes all associated tools and variables
  • You must own the agent to delete it
  • Consider exporting the agent template first if you may need it later

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The unique identifier of the agent to delete

Response

Successful response

success
boolean
required
message
string
required