DNC (Do Not Call)
Remove from DNC List
Remove a phone number from your organization’s Do Not Call (DNC) list.
DELETE
Documentation Index
Fetch the complete documentation index at: https://docs.weya.ai/llms.txt
Use this file to discover all available pages before exploring further.
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
Bearer token for the authenticated workspace account.
Unique identifier of the DNC record to delete. This is the
_id field from the DNC list response.Response
Success message confirming the DNC record was deleted.
Indicates whether the operation was successful.
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.

