# /systems/{id}/backups/{backup_id} - Delete a stored backup **DELETE /systems/{id}/backups/{backup_id}/download** Deletes a backup object from storage. The operation is final — storage uses object-level deletion, not a soft-delete table. Access is gated by the same RBAC rules as `GET /systems/{id}`. ## Servers - Backend API server (port 8080): https://api.your-domain.com/api (Backend API server (port 8080)) - Collect API server (port 8081): https://collect.your-domain.com/api (Collect API server (port 8081)) ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **id** (string) System ID - **backup_id** (string) Backup object ID ## Responses ### 200 Backup deleted #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object) ### 401 Unauthorized - invalid or missing token #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) ### 403 Forbidden - insufficient permissions #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) ### 404 Resource not found #### Body: application/json (object) - **code** (integer) HTTP error code - **message** (string) Error message - **data** (object) ### 502 Backup storage unreachable or returned an error ### 503 Backup storage is not configured [Powered by Bump.sh](https://bump.sh)