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"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.