Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/guides/users/deprovision/transfer-folders.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ file or folder ID being transferred, using the
[get collaboration endpoint](e://get_collaborations_id). Capture the
collaboration ID.

<Sample id='get_collaborations_id' />
<Samples id='get_collaborations_id' />

### Remove Transfer From User as Owner

Expand All @@ -95,7 +95,7 @@ file or folder, which is accomplished using the
Making call as the `transfer_to_user` account, remove the `transfer_from_user`
as a collaborator on the file or folder.

<Sample id='delete_collaborations_id' />
<Samples id='delete_collaborations_id' />

The file or folder is now owned by the `transfer_to_user` account, and the
`transfer_from_user` account no longer has access.
Loading