Query parameters
-
start string
Contact id to delete
Default value is empty.
DELETE /api/contact/delete
curl \
-X DELETE http://api.example.com/api/contact/delete \
-H "Authorization: Bearer $ACCESS_TOKEN"
Contact id to delete
Default value is empty.
curl \
-X DELETE http://api.example.com/api/contact/delete \
-H "Authorization: Bearer $ACCESS_TOKEN"