Was this helpful?
Remove a device association. The association can be any of:
/device/remove-association
curl -L \ --request POST \ --url 'https://api.bringyour.com/device/remove-association' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json'
{ "error": { "message": "text" } }