DELETE beacon/…

Deletes a specific beacon definition.

Resource URL

https://www.drillster.com/api/2.1.1/beacon/{id}

Parameters

Field Type Description
id
required
String The ID of the beacon to be deleted.

Example value: 07212ead-8344-4426-8b41-8b0cb621625a_0000_0001

Response

An HTTP 2.1.1 NoContent (204) response indicating a successful deletion.

Example request

DELETE https://www.drillster.com/api/2.1.1/beacon/07212ead-8344-4426-8b41-8b0cb621625a_0000_0001

Error responses

The following error situations are possible:

ID Response code Description
invalid_input 400 (Bad request) The given beacon ID is invalid. Possible reasons are:

  • Missing beacon ID
  • Unrecognized UUID
  • Invalid beacon ID
not_permitted 401 (Unauthorized) The caller is not permitted to delete the given beacon. Possible reasons are:

  • Must be part of organization
  • No mapping set up for organization
  • Major value not mapped to your organization
not_found 404 (Not found) Requested iBeacon definition could not be found.