Skip to main content
DELETE
Delete app

Authorizations

Authorization
string
header
required

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

appId
string
required

MongoDB ObjectId of the app (from GET /apps or POST /apps).

Response

App and all of its data deleted.

Confirmation that an app and all of its data were deleted.

appId
string

The deleted app's id.

status
enum<string>

Always DELETED on success.

Available options:
DELETED
previousRegistrationStatus
string | null

The app's registrationStatus at the moment it was deleted.