Se o aplicativo que fez a solicitação é compatível com o Meu Drive e os drives compartilhados.
supportsTeamDrives (deprecated)
boolean
Obsoleto: use supportsAllDrives.
useDomainAdminAccess
boolean
Emita a solicitação como administrador do domínio. Se definido como "true", o solicitante vai receber acesso se o parâmetro de ID do arquivo se referir a um drive compartilhado e o solicitante for um administrador do domínio a que o drive compartilhado pertence.
Corpo da solicitação
O corpo da solicitação precisa estar vazio.
Corpo da resposta
Se a solicitação for concluída, o corpo da resposta estará vazio.
Escopos de autorização
Requer um dos seguintes escopos de OAuth:
https://www.googleapis.com/auth/docs
https://www.googleapis.com/auth/drive
https://www.googleapis.com/auth/drive.file
Alguns escopos são restritos e exigem uma avaliação de segurança para que sejam usados pelo app. Para mais informações, consulte o Guia de autorização.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2024-09-04 UTC."],[[["Permanently deletes a specific permission from a file or shared drive, with only the latest update being applied in case of concurrent operations."],["Uses an HTTP DELETE request to the Google Drive API, requiring the file ID and permission ID as path parameters."],["Allows specifying whether the application supports My Drives and shared drives, or if the request should be made as a domain administrator, using query parameters."],["Needs authorization with one of the specified OAuth scopes related to Google Docs or Drive access."]]],["This document outlines the process of deleting a permission from a file or shared drive using a `DELETE` HTTP request to a specific URL. The request requires `fileId` and `permissionId` as path parameters. Optional query parameters include `supportsAllDrives`, `supportsTeamDrives` (deprecated), and `useDomainAdminAccess`. The request body must be empty, and a successful response is also empty. Authorization requires one of three OAuth scopes listed. Concurrent permissions updates on the same file are not supported.\n"]]