Delete contact
Delete a contact.
Method
DELETE
Path
/contacts/[phone_number]
Path parameter
Response
HTTP status codes
Response object
Code sample
curl --location --request DELETE 'https://api.sociocs.com/contacts/16175551212' \
--header 'apikey: your_api_key' \
--header 'Content-Type: application/json' \
--data-raw '{
"list_id_": 0
}'