DEL /beacons/{version}/{beaconId}
This API is used to remove a beacon previously registered in the beacon registry. This API is for use by vendors deploying fleets of beacons at airports.
Verb | URI | Description |
---|---|---|
DEL |
/beacons/{ver}/{beaconId} |
Remove a beacon from the common use registry |
Path Parameters
Path Parameter | Notes | Example |
---|---|---|
ver |
API Version number | 1 |
{beaconId} |
Unique identifier in the beacon registry. This value will be provided by the Registry when previously calling PUT beacons. Note, you can only delete beacons that are owned by your organisation. | 1 |
The reponse will be HTTP_OK
for success, otherwise a HTTP status code.