Delete application
DELETE
/api/v1/app/{appId} Delete Application
Removes this Application from the StackHawk organization.
⚠️ Danger HawkScan scan results are grouped by application & environment. Deleting an application also deletes all environments and scan results collected for that application. StackHawk will delete scan results on demand. This action is permanent and cannot be undone.
🧾 Audited This is recorded as
APPLICATION_REMOVEDUser Activity.
Requires
delete:applicationpermission.
Path parameters
appIdstring · uuidrequiredUUID identifier for this StackHawk Application.
Response
OK
Bad Request
Unauthorized