Remove selected services from device – Fleets API – MediaKind

Remove selected services from device

post https://app.mk.io/api/v1/projects/:project_name/fleet/devices/:name/removeServices

Removes selected services from a specific device. This clears all selected configurations from the device. Please ensure that any important configurations on the device are backed up first.

RBAC Capability Required: fleet.device.update

Authentication

Authorization Bearer

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

Path parameters

Parameter Type Required
project_name string Yes
name string Yes

Request

This endpoint expects an object.

Metadata

Spec

Response

202 The non-flow services were successfully removed.

No response body.

Errors

400 Bad Request

401 Unauthorized

403 Forbidden

404 Not Found

409 Conflict

429 Too Many Requests

500 Internal Server Error

Each error follows a similar structure as described above.