Delete a Suppression List

This function allows you to delete a Suppression List.

❗️

Warning: deleting a Suppression List will permanently remove its data from Versium REACH. This process cannot be undone.

Example: https://api.versium.com/v2/suppression-lists/109

Response

Upon success, a 204 status code and no response body will be returned.

Upon failure, the below error response structure will be returned:

{
  "versium": {
    "version":"2.0",
    "query_id":"48f9238a-ba98-4c45-97df-74f405c97527",   
    "query_time":1.340619087219238,  
    "results":[{}], 
    "errors": []
  }
}