- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Deletes a Label's permission. Permissions affect the Label resource as a whole, are not revisioned, and do not require publishing.
HTTP request
DELETE https://drivelabels.googleapis.com/v2/{name=labels/*/permissions/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. Label Permission resource name. |
Query parameters
Parameters | |
---|---|
useAdminAccess |
Set to |
Request body
The request body must be empty.
Response body
If successful, the response body is empty.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/drive.labels
https://www.googleapis.com/auth/drive.admin.labels
For more information, see the Authorization guide.