remove_folder_member
POST https://api.dropboxapi.com/2/sharing/remove_folder_member
scope: sharing.write
Allows an owner or editor (if the ACL update policy allows) of a shared folder to remove another member.
Request Body
{"shared_folder_id"=>"84528192421", "member"=>{".tag"=>"email", "email"=>"justin@example.com"}, "leave_a_copy"=>false}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Dropbox-API-Path-Root | string | ||
Dropbox-API-Select-User | string | ||
Dropbox-API-Select-Admin | string |
RESPONSES
status: OK
{".tag":"async_job_id","async_job_id":"34g93hh34h04y384084"}