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

For Optimove's general API rate limit, see the Understanding API Rate Limits reference.

Notes

  • BrandID – The ID of your Email 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!