Skip to content

Get removal status

GET
/api/v1/deployments/{id}/removal-status
curl --request GET \
--url http://localhost:3000/api/v1/deployments/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/removal-status \
--header 'X-API-Key: <X-API-Key>'

Reports, per device, whether a deleted deployment has actually been removed from the client. Deleting a deployment only requests removal; the device confirms it by reporting removed (or failed) over the Margo status endpoint. Devices that have been asked and have not answered are reported as awaiting, which is neither a success nor a failure.

id
required
string format: uuid

Deployment UUID

Removal status retrieved successfully

Forbidden — caller lacks required permission

Deployment not found