Skip to the documentation
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
curl -X DELETE "$OE/labels/USER_INVOICES" -H "$AUTH"
Response
{ "object": "label", "id": "USER_INVOICES", "deleted": true }