Delete Contact from Workflow
DELETE/contacts/:contactId/workflow/:workflowId
Delete Contact from Workflow
Request
Version stringrequired
API Version
Available options
v3contactId stringrequired
Contact Id
workflowId stringrequired
Workflow Id
- application/json
- Body
- Example (auto)
Bodyrequired
eventStartTimestring
Start time of the workflow event (ISO 8601 format)
{
"eventStartTime": "2021-06-23T03:30:00+01:00"
}
Successful response
- application/json
- Schema
- Example (auto)
Schema
succeededboolean
Whether the workflow operation was successful
succededbooleandeprecated
Legacy misspelling of succeeded. Deprecated; use succeeded.
{
"succeeded": true
}