Remove Guest From Folder

Revoke a guest's access to a Folder.

Note: This endpoint is only available to Workspaces on our Enterprise Plan.

SecurityAuthorization Token
Request
path Parameters
folder_id
required
number <double>
guest_id
required
number <double>
query Parameters
include_shared
boolean

Exclude details of items shared with the guest by setting this parameter to false. By default this parameter is set to true.

Responses
200
delete/v2/folder/{folder_id}/guest/{guest_id}
Request samples
Response samples
application/json
{
  • "guest": {
    }
}