Delete Contact

DELETE /api/contact/delete

Deletes a contact

Query parameters

  • start string

    Contact id to delete

    Default value is empty.

DELETE /api/contact/delete
curl \
 --request DELETE http://api.example.com/api/contact/delete \
 --header "Authorization: Bearer $ACCESS_TOKEN"