[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2025-07-26 UTC."],[[["Deletes an enrollment token, invalidating it for future use."],["Uses a DELETE request to `https://androidmanagement.googleapis.com/v1/{name=enterprises/*/enrollmentTokens/*}` with the enrollment token's name as a path parameter."],["Requires an empty request body and returns an empty response body upon successful deletion."],["Needs authorization with the `https://www.googleapis.com/auth/androidmanagement` scope."]]],["The core action is deleting an enrollment token, which invalidates it. This is done via a `DELETE` HTTP request to a specific URL using gRPC Transcoding syntax. The URL requires a path parameter, `name`, representing the token's location. The request body must be empty. A successful response returns an empty JSON object. Authorization for this action requires the `https://www.googleapis.com/auth/androidmanagement` OAuth scope.\n"]]