Skip to main content
POST

Overview

Removes a user’s access to a shared file or folder.
You can pass multiple entry IDs separated by commas in the path (e.g. /file-entries/123,456/unshare) to unshare several entries at once.

Path Parameters

string
required
ID of the shared file or folder. Accepts a single ID or several IDs separated by commas.

Request Body

integer | string
required
ID of the user to remove access from. Pass the string "me" to remove yourself from a share (no permission on the entry is required in that case).

Response

array
Updated list of users who still have access
string
Request status (success)