For the complete documentation index, see llms.txt. This page is also available as Markdown.

Remove adopt code

post

Remove an adopt code. This must be called from the side that initiates the adoption.

Body
adopt_codestringOptional
adopt_secretstringOptional
Responses
200Success
application/json
post/device/remove-adopt-code
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"
}
200Success
{
  "error": {
    "message": "text"
  }
}

Was this helpful?