Delete a Contact

Delete a contact by removing it from the account.
Contacts
Delete a Contact
 last updated: 
November 30, 2023

200 OK success status response code confirms that the contact was removed from the account.

ENDPOINT

  1. DELETE /v1/contact/:id

RESPONSE

  1. {
  2.  "message": "Contact removed."
  3. }