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