DNC (Do Not Call)
Remove from DNC List
Remove a phone number from your organization’s Do Not Call (DNC) list.
DELETE
Overview
Permanently remove a phone number from your organization’s Do Not Call list. Once removed, the number can be called again in future campaigns. You can only delete DNC entries that belong to your organization.Prerequisites
- Bearer token for authenticated workspace access
- Valid DNC record ID that belongs to your organization
Request
string
required
Bearer token for the authenticated workspace account.
string
required
Unique identifier of the DNC record to delete. This is the
_id field from the DNC list response.Response
string
required
Success message confirming the DNC record was deleted.
boolean
required
Indicates whether the operation was successful.
integer
required
HTTP status code (200 for success).
Error Handling
- 400 Bad Request – Missing or invalid DNC ID parameter.
- 403 Forbidden – You are not authorized to delete this DNC record (it belongs to a different organization).
- 404 Not Found – DNC record not found with the provided ID.
- 500 Internal Server Error – Server error while processing the deletion.

