Skip to main content
DELETE
/
api
/
v1
/
dnc
/
{id}
Delete DNC entry by ID
curl --request DELETE \
  --url https://prod.featherhq.com/api/v1/dnc/{id} \
  --header 'X-API-Key: <api-key>'
{
  "message": "<string>"
}

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string
required

The ID of the DNC entry to delete

Response

DNC entry deleted successfully

message
string
required