Delete

Delete sequence branch

Delete

DELETE https://{{account_id}}.acquire.io/api/v1/bot/seq/branch/{{id}}

API to delete sequence branch. The branch ID must be passed in to the endpoint as a path parameter. Warning: This action cannot be undone.

Path Parameters

NameTypeDescription

id*

integer

The ID of the branch you would like to delete

Headers

NameTypeDescription

Authorization*

string

Bearer {{api_key}}

{
  "data": {
    "success": true,
    "message": "Branch deleted successfully."
  }
}

Last updated