API reference
V2Sequence Agents

Delete sequence agent

Deletes a sequence agent.

DELETE
/api/v2/agents/{id}

Deletes a sequence agent.

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/agents/string"
{  "status": "ok",  "data": {}}