[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-01-29 (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"]]