Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-09 UTC."],[],["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"]]