DELETE/groups/{groupId}/folder/files/{fileId}/permissions

Removes access permissions for a folder in a team/group folder.

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 team/group master to access the folder.

Authorization

oauth2

OAuth 2.0 authentication.
For more information, see Authentication and Authorization.

Scope

file
group.folder

HTTP Request

DELETEhttps://www.worksapis.com/v1.0/groups/{groupId}/folder/files/{fileId}/permissions

Path Parameters

ParameterTypeDescription
groupId string 

Team/group ID


required
example : group127-8545-4463-603b-04d550d23bf 
fileId string 

File ID


required
example : NzExNTMwMDF8MTQ2NzA1NjAxMDAwMHxGfDA 

Header Parameters

HeadertypeDescription
Authorization string 

Bearer {token}


required 

Response

HTTP 204

No Content