New DNC List Endpoints for Record Removal

Description

Developers and administrators can now use new API endpoints to delete one or many records from a Do Not Contact list. They can also clear out all the records or just records that have expired.

For more information, see:

DELETE api/v2/outbound/dnclists/{dncListId}/emailaddresses

DELETE /api/v2/outbound/dnclists/{dncListId}/phonenumbers

PATCH /api/v2/outbound/dnclists/{dncListId}/emailaddresses

PATCH /api/v2/outbound/dnclists/{dncListId}/phonenumbers

Change Category

Informational
API

Change Context

New endpoint announcements

Change Impact

New functionality with GC APIs

Date of Change

Dec 07, 2022

Impacted APIs

DELETE /api/v2/outbound/dnclists/{dncListId}/emailaddresses
DELETE /api/v2/outbound/dnclists/{dncListId}/phonenumbers
PATCH /api/v2/outbound/dnclists/{dncListId}/emailaddresses
PATCH /api/v2/outbound/dnclists/{dncListId}/phonenumbers

References

[PURE-4494]

1 Like

This topic was automatically closed 62 days after the last reply. New replies are no longer allowed.