Uninstall a custom APK from devices
POST/content/:id/uninstall
Enqueues an uninstall command for every device the target spec resolves to. Delivery is via the companion's command poll, which routes it to the AMAPI SDK; AMAPI itself has no uninstall command. Refused with 409 when the content is not a custom APK.
Request
Responses
- 200
- 400
- 401
- 404
- 409
- 500
Uninstall enqueued, with the resolved device count
Invalid content ID or request body
Enterprise ID not found in context
Content not found in this enterprise
Content is not a custom APK
Failed to enqueue uninstall