Permanently delete a quarantined site (admin)
DELETE/api/sites/deleted/{path}
DELETE
/api/sites/deleted/{path}
Immediately and permanently destroys the site’s files and removes its
database row, bypassing the retention TTL. Only succeeds if the site has
been soft-deleted — returns 404 for live sites. This action is
irreversible.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”path
required
string
Full site path — group segments (0–2) plus the slug, e.g. claude/app or demo.
Responses
Section titled “Responses”Purged.
Missing or invalid credentials.
object
error
required
string
Authenticated, but not permitted for this target/capability.
object
error
required
string
No such site, key, or connection.
object
error
required
string