Customers
Revoke a customer permission
Revokes a specific permission from a customer. Returns 204 on success. Returns 404 if the customer or permission does not exist.
delete/customers/{customer_id}/permissions/{permission_id}
Path parameters
customer_idstring required
Customer identifier.
permission_idstring required
Permission identifier.
Response
Permission revoked