v1

latestOpenAPI 3.0.02026-07-13474670.4 KB
Messages

Remove a label from a message

Removes a label from a message. Returns 200 with a subset of the message object when successful.

When the label did not exists on the message, the message is not modified and the API endpoint returns 200.

delete/addresses/{email}/messages/{messageId}/labels/{label}

Response

Removes the label from a message.

_idstring string

Unique Mailsac-generated identifier for an email message

labelsMessageLabel[]

Labels for an email message

Example response

{
  "_id": "m3phnJ2ag3example-0"
}