Skip to main content
Altcraft Docs LogoAltcraft Docs Logo
User guideDeveloper guideAdmin guide
Company siteHelp center
English
  • Русский
  • English
v74
  • v74
  • v73
  • v72
Login
  • User API documentation
  • API interaction
  • Matching
  • Profiles
  • Databases
  • Resources
  • Segments
  • Suppression lists
    • Create suppression list
    • Update suppression list
    • Get suppression list info
    • Get the list of suppression lists
    • Delete suppression list
    • Upload suppression list data to file
    • Suppression list actions
      • Check if email is suppressed
      • Add email to suppression list
      • Add multiple emails to suppression list
      • Remove email from suppression list
      • Remove all emails from suppression list
      • Check if domain is suppressed
      • Add domain to suppression list
      • Add multiple domains to suppression list
      • Remove domain from suppression list
      • Remove all domains from suppression list
      • Check if phone number is suppressed
      • Add phone number to suppression list
      • Add multiple phones to suppression list
      • Remove phone number from suppression list
      • Remove all phone numbers from suppression list
  • Templates and fragments
  • Campaigns
  • Mailings
  • Automation scenarios
  • Loyalty Programs
  • Promo codes
  • Goals
  • Application push notifications
  • Market
  • Analytic reports
  • SendersDev
  • External datatables queries
  • Objects
  • Miscellaneous
  • Importing the API collection in Postman
  • List of API endpoints
  • SDK
  • Suppression lists
  • Suppression list actions
  • Remove email from suppression list
Documentation for version v74

Remove email from suppression list

Description​

Removes an email address from a suppression list.

Request URL​

Method: POST

https://example.com/api/v1.1/suppresses/email_remove

Request parameters​

ParameterTypeExampleRequiredDescription
tokenstring"abcdefghijklmnqrstuvwxyz"YesAPI token
formatstring"json"NoResponse data format
By default– json
idint12YesSuppression list ID
emailstring"example@example.com"YesEmail address
caution

You can use MD5 hash for an email address.

Request example​

  • JSON
  • XML
{
"token": "abcdefghijklmnqrstuvwxyz",
"email": "john@example.com",
"id": 1
}
<xml>
<token>abcdefghijklmnqrstuvwxyz</token>
<email>john@example.com</email>
<id>1</id>
</xml>

Response example​

  • JSON
  • XML
{
"error": 0,
"error_text": "Successful operation"
}
<xml>
<data/>
<error>0</error>
<error_text>Successful operation</error_text>
</xml>

Response parameters​

ParameterTypeDescription
errorintError code
error_textstringError text
Last updated on May 31, 2024
Previous
Add multiple emails to suppression list
Next
Remove all emails from suppression list
  • Description
  • Request URL
  • Request parameters
  • Request example
  • Response example
  • Response parameters
© 2015 - 2025 Altcraft, LLC. All rights reserved.