Delete Message

Delete Message

Delete a message this command already sent

Note: targetStepId in this example points at a synthetic send step the docs pipeline supplies for validation — in a real command it must be the id of an actual send step you added earlier.

Fields

FieldTypeRequiredDescription
targetStepIdstringyesMust be the id of a send step earlier in the same trigger's step tree.

Example

{
  "id": "01H8XGJVBWX7Y5Z3K9M2N4P6Q1",
  "type": "delete_message",
  "targetStepId": "01H8XGJVBWX7Y5Z3K9M2N4P6Q0"
}

Did this page help you?