URnetwork
Copyright 2024 BringYour, Inc.
Remove an adopt code. This must be called from the side that initiates the adoption.
const response = await fetch('https://api.bringyour.com/device/remove-adopt-code', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "error": { "message": "text" } }