Contact API Delete
Marcel Ursprung avatar
Written by Marcel Ursprung
Updated over a week ago

Visit api.envoke.com to test APIs and get examples in 20+ languages

Delete contact

Endpoint: /contacts/
โ€‹HTTP method: DELETE
โ€‹URL: https://e1.envoke.com/v1/contacts/{CONTACT_ID}

Delete a single contact. Replace {CONTACT_ID} with the contact's Envoke id.

NOTE: All example below show the DELETE URL. Each example below also includes a cURL request. Make sure to change the API_ID and API_KEY with your values.

Delete a contact with the id "1234"

https://e1.envoke.com/v1/contacts/1234
curl -X DELETE -u API_ID:API_KEY "https://e1.envoke.com/v1/contacts/1234"
Did this answer your question?