Skip to main content

Bulk unprovision things

DELETE 

https://apis.<domain>/iot/provision/things/bulk

Authorization: http

name: bearerAuthtype: httpscheme: bearerdescription: * Users access: "Authorization: Bearer <user_token>"

Remove multiple things by ID.

Authorization Action:

core:unprovision:things

Request

Body

arrayrequired
  • Array [
  • string
  • ]

Responses

No Content - things removed successfully

curl -L -X DELETE 'https://apis.<domain>/iot/provision/things/bulk' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '[
"string"
]'
Request Collapse all
Base URL
https://apis.<domain>
Auth
Body required
[
"string"
]