Remove From Cadence
The Remove From Cadence API allows you to remove a contact from a cadence.
JSON
{
"method": "POST",
"url": "https://app.kixie.com/api/automation/remove-from-cadence",
"body": {
"apiKey": "xxxxxxxxxxxxxxxxxxxxxxxxx",
"phone": "+11235551234",
"cadenceId": "12345"
}
}
Developer Docs