cURL
curl --request DELETE \ --url https://api.cyberdesk.io/v1/pools/{pool_id}/machines \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "machine_ids": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ] }'
This response does not have an example.
Remove machines from a pool.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Schema for assigning machines to pools
Successful Response
Was this page helpful?