Contact Delete Endpoint
URL |
Required Values |
HTTP Methods |
|---|---|---|
https://app.tingting.io/api/v1/phone-number/delete/<contact_id>/ |
Contact ID |
DEL |
Note that the <number_id> in the URL should be replaced with the ID of the contact you want to delete from the campaign.
Sample Output:
{
"message": "Successfully Deleted."
}