SheetDeleted

Confirmation envelope for a deleted child sheet.

Properties

workflow_idstring <uuid>required

UUID of the parent workflow the sheet belonged to.

sheet_idstring <uuid>required

UUID of the child sheet that was deleted.

deletedbooleanrequired

Always `true` on a 200 response. Included so agents can branch on a single field.

Example

SheetDeleted example
{
  "workflow_id": "00000000-0000-0000-0000-000000000000",
  "sheet_id": "00000000-0000-0000-0000-000000000000",
  "deleted": false
}