Delete app
Permanently deletes an app you registered via this API and ALL of its data — runs, findings, mappings, and stored credentials. Irreversible. Only apps registered through this API can be deleted here; an app created in the console (or predating API source tracking) returns 409 — delete it in the console instead. Rate limit 5 requests / 60 s per IP.
Authorizations
JWT login token tied to your Perfai user (not a separate API key). Obtain it via POST /api/v1/auth/token with your username and password (use the returned id_token) — the same login the web console performs. Carries org, user, and role; short-lived.
Path Parameters
MongoDB ObjectId of the app (from GET /apps or POST /apps).
Response
App and all of its data deleted.

