cURL
curl --request DELETE \ --url https://api.example.com/public/contacts/{contact_id}
Deletes a specific contact from the system using its unique identifier.
OK. The contact was successfully deleted.