DELETE_engage_devices_{deviceReference}_site_{siteReference}

Delete Devices

DELETE /engage/devices/{deviceReference}/site/{siteReference}

This API allows the authorized site account to delete a device from a given site, allowing the device to be recommissioned on another ENGAGE site.

Authentication

Basic Authentication, must be a partner managed account type

URI Parameters

  • DeviceReference = string (required)

    • Unique identifier for device
  • siteReference = string (required)

    • Reference ID of the site

Example Request:

DELETE /engage/devices/901a82c6-38ab-4b96-95b1-8d1674b855c8/site/cbe0bdbb-ee98-4af7-85f4-3ebb5130c2bb HTTP/1.1

Body Parameters

  • None

Response

HTTP status code 204

  • No Content – Device was deleted successfully

HTTP status code 404

  • Device does not exist

  • “Device not found”