Removes permissions associated with a contact
DELETE
/api/contact/removePermissions
curl \
--request DELETE 'http://api.example.com/api/contact/removePermissions' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Removes permissions associated with a contact
curl \
--request DELETE 'http://api.example.com/api/contact/removePermissions' \
--header "Authorization: Bearer $ACCESS_TOKEN"