Web Agents
Delete Web Agent
Delete a web agent.
POST
/
v1
/
agents
/
{agent_id}
/
delete
Headers
authorization
string
requiredYour API key for authentication.
Path
agent_id
string
requiredThe web agent to delete.
Response
status
string
Can be success
or error
.
message
string
A message saying whether the deletion succeeded, or a helpful message describing why it failed.