Was this helpful?
Remove a device association. The association can be any of:
POST /device/remove-association HTTP/1.1 Host: api.bringyour.com Authorization: Bearer YOUR_SECRET_TOKEN Content-Type: application/json Accept: */* Content-Length: 15 { "code": "text" }
{ "error": { "message": "text" } }