Was this helpful?
Remove an adopt code. This must be called from the side that initiates the adoption.
POST /device/remove-adopt-code HTTP/1.1 Host: api.bringyour.com Content-Type: application/json Accept: */* Content-Length: 43 { "adopt_code": "text", "adopt_secret": "text" }
{ "error": { "message": "text" } }