Ethiack Docs
Organization beacons

Delete Beacon

DELETE
/v1/organizations/{organization_id}/beacons/{beacon_id}

Deletes a beacon and removes all associated assets.

AuthorizationBasic <token>

Go to https://portal.ethiack.com/settings/api and generate your API keys. Simply use username=key, password=secret.

In: header

Path Parameters

organization_id*integer
beacon_id*integer

Response Body

application/json

application/json

application/json

curl -X DELETE "https://api.ethiack.com/v1/organizations/0/beacons/0"
Empty
{
  "code": 0,
  "name": null,
  "description": "string",
  "success": false
}
{
  "code": 0,
  "name": null,
  "description": "string",
  "success": false
}
{
  "code": 0,
  "name": null,
  "description": "string",
  "success": false
}