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