Skip to main content
Fires once for each conversation that is deleted: from the app, one at a time or several at once, by a workflow’s delete step, or when the workspace’s retention policy removes old conversations.

Payload

string
required
The deleted conversation. Always present.
string
The channel the conversation came from: phone, email, sms, widget, meeting, slack.

Worth knowing

  • Ids only. The conversation’s messages and recording are deleted with it, so there is nothing to read back when this arrives. Keep your own copy of anything you need later.
  • A bulk delete is one delivery per conversation.
  • Deleting it twice sends one event. An id that is no longer in the workspace is skipped, so a repeated delete delivers nothing the second time.

Example