Skip to content

Deletes a webtoken instance
Stable

Request

We recommend unenrollment from the UI. See Setting Up Google Play for more information. Delete a specific web token for a Google Enterprise (EMM) instance. Permanently removes the web token identified by webtoken_id from the specified EMM instance. Returns an empty response on success (204 No Content). Reach out to Esper Support after unsubscribing from Managed Google Play.

Security
esper_cloud_api_apiKey
Path
enterprise_idstringrequired

A UUID string identifying this enterprise.

emm_idintegerrequired

An integer representing the ID of enterprise.

webtoken_idstringrequired

An integer identifying the webtoken.

cURL
curl -i -X DELETE \
  'https://api.esper.io/_mock/openapi/v0/enterprise/{enterprise_id}/emm/{emm_id}/webtoken/{webtoken_id}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

The resource was deleted successfully.

Response
No content