Remove client
post
Remove a client from the network.
Authorizations
Body
client_idstringOptional
udid
Responses
200Success
application/json
post
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"
}
200Success
{
"error": {
"message": "text"
}
}
Was this helpful?