Was this helpful?
Remove a client from the network.
/network/remove-client
udid
curl -L \ --request POST \ --url 'https://api.bringyour.com/network/remove-client' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json'
{ "error": { "message": "text" } }