Deletes a contact list and all associated contacts by list ID.
curl --request DELETE \ --url https://prod-api.ringg.ai/ca/api/v0/calling/contact/{list_id} \ --header 'X-API-KEY: <x-api-key>'
{ "message": "Bulk list deleted successfully!" }
(Required) Your Ringg AI API key.
(Required) The unique identifier of the contact list to delete.
Contact list deleted successfully.
The response is of type object.
object