Method: enterprises.enrollmentTokens.delete

  • 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.

Deletes an enrollment token. This operation invalidates the token, preventing its future use.

HTTP request

DELETE https://androidmanagement.googleapis.com/v1/{name=enterprises/*/enrollmentTokens/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

The name of the enrollment token in the form enterprises/{enterpriseId}/enrollmentTokens/{enrollmentTokenId}.

Request body

The request body must be empty.

Response body

If successful, the response body is an empty JSON object.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/androidmanagement

For more information, see the OAuth 2.0 Overview.