Skip to main content
DELETE
Delete Agent Endpoint

Authorizations

Authorization
string
header
required

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

Path Parameters

agent_id
string
required

Response

Returns a confirmation message indicating successful deletion of the agent along with the agent ID

agent_id
string
required

Agent identifier

Example:

"agent-123"

message
string
required

Response Message

Example:

"Agent deleted successfully"