Remove Share Access Rights Admin API
Request
| Info | Value |
|---|---|
| Request URL | /admin/shares/_share_id/remove_access |
| Request VERB | DELETE |
| Parameter | Type | Description |
|---|---|---|
| user/group | String | The unique User or Group ID. |
Example Request Using Curl
curl -X DELETE -H "Accept: application/json" -H "Content-Type: application/json" --user nkpIxMK9ucUUE7FvfNpdAf:x -d '{"user":"user-company-com"}' https://test.host/admin/shares/project-alpha/remove_access