Delete Unsubscribers

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

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Rate Limit

This endpoint is subject to the general API rate limit of 50 requests per 10 seconds. Learn more about handling rate limits.

Notes

  • BrandID – The ID of your Optimail account (if you don't have this ID, contact your CSM). If received a 404 response, please revisit your BrandId value.
  • 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"}
Body Params
int32
string | null
Response
200

Success

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!