API reference
V2Sequence Agent Tools

Delete sequence agent tool

Deletes a sequence agent tool.

DELETE
/api/v2/agent_tools/{id}

Deletes a sequence agent tool.

Authorization

access_token
Authorization<token>

In: header

Path Parameters

id*string

Id

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/api/v2/agent_tools/string"
{  "status": "ok",  "data": {}}