DELETE/sharedrives/{sharedriveId}/files/{fileId}/permissions
Removes access permissions for a folder in a collaborative drive.
Caution
- Currently, this API operation removes the access permissions set for a folder, allowing anyone to access the folder. In v3.6 or later, however, it removes only members' access permissions to the folder, allowing only the collaborative drive master to access the folder.
OAuth 2.0 authentication.
For more information, see Authentication and Authorization.
file
| Parameter | Type | Description |
|---|---|---|
| sharedriveId | string | Collaborative drive ID required example : @2101000000000008 |
| fileId | string | File ID required example : NzExNTMwMDF8MTQ2NzA1NjAxMDAwMHxGfDA |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
No Content