Unregister device
DELETEhttps://apis.<domain>/ownerships/:deviceId
Authorization: http
name: bearerTokentype: httpscheme: bearerin: headerdescription: Authorization Header: `Authorization: Bearer <user_token>`
Unregister device.
Authorization Action:
resource:devices:unregister
Request
Path Parameters
deviceId stringrequired
Responses
- 200
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X DELETE 'https://apis.<domain>/ownerships/:deviceId' \
-H 'Authorization: Bearer <TOKEN>'