Devices

Delete devices

Request to delete selected or all devices.

delete/api/v1/devices

Query parameters

deviceIdstring uuid

Filter by the device id.

Response

List of deleted device IDs

deviceIdsstring[]

Example response

{
  "deviceIds": [
    "7aaa3d7d-b8e2-4a83-5ce3-4d81ad2bf5f8",
    "3eeac884-f38c-48dc-714f-0f36a829cb89"
  ]
}

Changes

Changed in 3 of the 42 revisions of this API.17

    • added the optional property error/details/items/typeUrl to the response with the 400 status

      response-optional-property-added

    • added the optional property error/details/items/typeUrl to the response with the 401 status

      response-optional-property-added

    • added the optional property error/details/items/typeUrl to the response with the 403 status

      response-optional-property-added

    • added the optional property error/details/items/value to the response with the 400 status

      response-optional-property-added

    • added the optional property error/details/items/value to the response with the 401 status

      response-optional-property-added

    • added the optional property error/details/items/value to the response with the 403 status

      response-optional-property-added

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 55 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

Of the 42 revisions, 3 have no diff computed.