From Bright Pattern Documentation
Delete all records
Description | Deletes all records from the calling list. Note that this method also deletes 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>:<port>/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 |