Skip to content
Select themeSelect language

`DELETE /api/workflows/email-unrouted/{uid}` -- expunge one message.

DELETE
/api/workflows/email-unrouted/{uid}
curl --request DELETE \
--url https://example.com/api/workflows/email-unrouted/1
uid
required
integer format: int32
Media typeapplication/json

{"deleted": true} — a delete acknowledgement. deleted is false only when the row was already gone (a few idempotent deletes report the affected-rows count as a boolean).

object
deleted
required

Whether a row was deleted.

boolean
Examplegenerated
{
"deleted": true
}