Stop tracking a deployment
DELETE/deployments/:id
Hard-deletes the deployment row and its per-device status rows. This does NOT uninstall anything already delivered to devices; it only stops reporting on it. Returns no body.
Request
Responses
- 204
- 400
- 401
- 404
- 500
Deployment and its status rows deleted
Invalid deployment ID
Enterprise ID not found in context
Deployment not found in this enterprise
Failed to process request