Skip to content

Delete an application package

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

Soft-deletes the application and all of its versions. Refused with 409 if any version has active deployments. Restricted to superadmins.

id
required
string format: uuid

Application package UUID

Application deleted

Superadmin access required

Application not found

Active deployments still reference the application