DELETE
/
v2
/
accounts
/
{account_id}
/
suppressions
Delete All Suppressions
curl --request DELETE \
  --url https://api.ahasend.com/v2/accounts/{account_id}/suppressions \
  --header 'Authorization: Bearer <token>'
{
  "message": "Operation completed successfully"
}

Authorizations

Authorization
string
header
required

API key for authentication

Path Parameters

account_id
string<uuid>
required

Account ID

Query Parameters

domain
string

Optional domain filter

Response

200
application/json

All suppressions deleted successfully

The response is of type object.