Delete Unsubscribers

Deletes one email addresses from the global unsubscribe list of a particular brand.

Notes

  • BrandID – The ID of your Optimail account (if you don't have this ID, contact your CSM).
  • Error – A description of the error. When the send succeeds, null is returned.
  • This function supports a maximum of 10 calls in parallel
  • This API call supports a maximum of 600 requests/min

Sample Request

{
	"BrandId": 4,
	"EmailAddress": "[email protected]"
}

Sample Response

{"Error":null}
{"Error":"Invalid email"}
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!