cURL
curl --request DELETE \ --url https://api.example.com/api/Contacts/{contactId}
Deletes a single Contact based on the id passed.
OK
Was this page helpful?