cURL
curl --request DELETE \ --url https://{instance}.domo.com/api/content/v1/share/page/{pageId}/user/{personId} \ --header 'X-DOMO-Developer-Token: <api-key>'
Revoke a user’s access to a page.
ID of the page
ID of the user
Success (200): Access revoked successfully.