Was this helpful?
Remove a client from the network.
udid
POST /network/remove-client HTTP/1.1 Host: api.bringyour.com Authorization: Bearer YOUR_SECRET_TOKEN Content-Type: application/json Accept: */* Content-Length: 20 { "client_id": "text" }
{ "error": { "message": "text" } }