From Bright Pattern Documentation
Contents
- Introduction
- API Specification
- General Information
- Get campaigns
- Add a record
- Add a number of records
- Update a record
- Query a record
- 1 Delete all records
- Get completed records
- Get updated records
- Get all records
- Add records to DNC
- Replace records in DNC
List Management API Specification
Delete all records
This deletes all records from the calling list. Note that this method also deletes the results of call attempts made with respect to the records of the specified list, regardless of whether the results have been exported or not.
URL
http[s]://<host>/admin/ws/t/<tenant_url>/callinglist/deleteAll/<list_name>
Method
POST
Returns
204 – Records deleted
Errors
400 – Bad request (missing mandatory fields or incorrect format)
401 – Authentication failed
403 – Authentication succeeded, but authorization failed (no privileges)
404 – Calling list is not found