Remove association

post

Remove a device association. The association can be any of:

  • pending adoption device
  • incoming shared device (not owned by the caller network)
  • outgoing shared device (owned by the caller network)
Authorizations
Body
codestringOptional
Responses
200Success
application/json
post
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"
}
200Success
{
  "error": {
    "message": "text"
  }
}

Was this helpful?