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"