delete
https://message-template-api.omni.chat/v1/email-templates/
Archives the template (soft delete, as in WhatsApp): the record stays, leaves the default
listing and the retailer counter drops.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
204No Content
409STALE_UPDATE — the archiving is a conditional write on the updatedAt it read (so two
concurrent DELETEs never decrement the counter twice) and a concurrent edit kept winning
the race. Read the template again and retry.