Skip to main content
DELETE
/
suppression-groups
/
{groupId}
curl --request DELETE \
  --url 'https://api.autosend.com/v1/suppression-groups/AB12C3' \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Suppression group deleted successfully."
}
curl --request DELETE \
  --url 'https://api.autosend.com/v1/suppression-groups/AB12C3' \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Suppression group deleted successfully."
}

Authorizations

Authorizations
string | header
required
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

groupId
string
required
The unique identifier of the suppression group to delete.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

groupId
string
required

The unique identifier of the suppression group to delete.

Example:

"AB12C3"

Response

200 - application/json

Deletion confirmation.

success
boolean
Example:

true

message
string
Example:

"Suppression group deleted successfully."