SheetDeleted
Confirmation envelope for a deleted child sheet.
Properties
workflow_idstring <uuid>requiredUUID of the parent workflow the sheet belonged to.
sheet_idstring <uuid>requiredUUID of the child sheet that was deleted.
deletedbooleanrequiredAlways `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
}