Delete a support package – Fleets API – MediaKind

Delete a support package

del https://app.mk.io/api/v1/projects/:project_name/fleet/devices/:name/supportPackages/:package_name

Permanently deletes the specified support package from blob storage.

RBAC Capability Required: fleet.device.delete

Authentication

Authorization Bearer

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

Path parameters

Response

204 Support package deleted.

No response body.

Errors

400 Bad Request

401 Unauthorized

403 Forbidden

404 Not Found

429 Too Many Requests

500 Internal Server Error