API
Delete a label
The label goes; the threads it was on stay.
DELETEapi.openemail.uk/labels/{id}
Runs the real call against your workspace, with your own key.
DELETE /labels/{id}
The label goes; the threads it was on stay.
Example
Needs labels:write.
curl -X DELETE "$OE/labels/USER_INVOICES" -H "$AUTH"{ "object": "label", "id": "USER_INVOICES", "deleted": true }