v1

latestSwagger 2.02026-08-06114111152.5 KB
Storage

Delete a stored app

Permanently removes the binary and its metadata. Sessions referencing the app_url after deletion will fail at session-start with "app not found".

delete/v1/storage/{id}

Path parameters

idstring required

Numeric storage ID or appkey to delete.

Response

Delete a stored app

successboolean required

Whether the operation succeeded.

errorsobject required

Validation errors keyed by field name. Only present when success is false.

errorstring required

Single human-readable reason, used by the older endpoints in place of errors. Only present when success is false.