DELETE
/
calling
/
contact
/
{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!"
}

Headers

X-API-KEY
string
required

(Required) Your Ringg AI API key.

Path Parameters

list_id
string
required

(Required) The unique identifier of the contact list to delete.

Response

200
application/json

Contact list deleted successfully.

The response is of type object.