/
/IoT Creators SCS API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1mo ago · Updated 1mo ago
  • putRegister application URL
  • postCreate subscription
  • getGet my subscriptions
  • getGet subscription
  • deleteDelete subscription
  • getGet devices of subscription
  • postAdd devices to subscription
  • deleteDelete devices from subscription
  • getGet all devices
  • getGet device
  • deleteDelete device
  • getRead LWM2M resource
  • getGet device by IMEI
  • deleteDelete device by IMEI
  • getGet downlink queue
  • getGet registered application URL
  • postAdd device
  • putEmpty downlink queue
  • putEnable/Disable UDP ACKs
  • putWrite LWM2M resource
  • putSend downlink message
  • putSend base64 downlink message
  • putSend base64 eDRX downlink message
  • getList all file objects for an account
  • postAdd a new file
  • putUpload binary content of file

Delete subscription

delete/m2m/subscriptions/{id}

Path parameters

idstring required

Id of the subscription to get.

Response

200

msgstring
codeinteger

Example response

{
  "msg": "Success",
  "code": 1000
}

Changes