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
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?