Remove Permissions

DELETE /api/contact/removePermissions

Removes permissions associated with a contact

Query parameters

  • start string

    Contact id

    Default value is empty.

DELETE /api/contact/removePermissions
curl \
 -X DELETE http://api.example.com/api/contact/removePermissions \
 -H "Authorization: Bearer $ACCESS_TOKEN"