relinquish_folder_membership

POST https://api.dropboxapi.com/2/sharing/relinquish_folder_membership

relinquishfoldermembership

scope: sharing.write

The current user relinquishes their membership in the designated shared folder and will no longer have access to the folder. A folder owner cannot relinquish membership in their own folder. This will run synchronously if leaveacopy is false, and asynchronously if leaveacopy is true.

Request Body

{"shared_folder_id"=>"84528192421", "leave_a_copy"=>false}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Dropbox-API-Path-Rootstring
Dropbox-API-Select-Userstring

RESPONSES

status: OK

{".tag":"complete"}