Deletes the specified beacon including all diagnostics data for the beacon as well as any attachments on the beacon (including those belonging to other projects). This operation cannot be undone.
Authenticate using an OAuth access token from a signed-in user with Is owner or Can edit permissions in the Google Developers Console project.
HTTP request
DELETE https://proximitybeacon.googleapis.com/v1beta1/{beaconName=beacons/*}
The URL uses Google API HTTP annotation syntax.
Path parameters
Parameters | |
---|---|
beaconName |
Beacon that should be deleted. A beacon name has the format "beacons/N!beaconId" where the beaconId is the base16 ID broadcast by the beacon and N is a code for the beacon's type. Possible values are |
Query parameters
Parameters | |
---|---|
projectId |
The project id of the beacon to delete. If not provided, the project that is making the request is used. Optional. |
Request body
The request body must be empty.
Response body
If successful, the response body will be empty.
Authorization
Requires the following OAuth scope:
https://www.googleapis.com/auth/userlocation.beacon.registry
For more information, see the Auth Guide.