DELETE
/
v1
/
machines
/
{machine_id}
Delete Machine
curl --request DELETE \
  --url https://api.cyberdesk.io/v1/machines/{machine_id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

machine_id
string<uuid>
required

Response

204

Successful Response