Abort all the active and pending Deployments for a Device
DELETE/api/management/v1/deployments/deployments/devices/:id
Abort all the active and pending Deployments for the specified Device.
Please note that deployments for the Device not targeting it when issuing this API call won't be aborted. If the deployment applies to the Device in the future, for example, because of inventory updates, the Device will still process the deployment.
Request
Responses
- 204
- 401
- 500
Operation completed successfully.
Unauthorized.
Internal Server Error.