Delete
Delete a sequence
Delete
DELETE
https://{{account_id}}.acquire.io/api/v1/bot/seq/{{id}}
Delete a sequence. The id
must be passed in to the endpoint as a path parameter. Warning: This action cannot be undone.
Path Parameters
Name
Type
Description
id*
integer
ID of the sequence to be deleted
Headers
Name
Type
Description
Authorization*
string
Bearer {{api_key}}
{
"data": {
"success": true,
"message": "Sequence deleted successfully."
}
}
Last updated