v52

OpenAPI 3.1.0raw.githubusercontent.com2026-08-03512878906.5 KB
Applications

Archive Application

Soft-delete an application.

Archiving sets deleted_at on the application and hides it from queries that don't set include_archived: true. Its variants and revisions become unreachable from listing but their IDs remain resolvable so historical traces stay intact. See Versioning.

post/applications/{application_id}/archive

Path parameters

application_idstring uuid required

Response

Successful Response

countinteger

1 when the application was found, 0 otherwise.