LiquidFiles Documentation
LiquidFiles Documentation

Remove Share Access Rights Admin API

Request

Request Info
Info Value
Request URL /admin/shares/_share_id/remove_access
Request VERB DELETE
Request Parameters
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://liquidfiles.company.com/admin/shares/project-alpha/remove_access