## Delete Data

`$ boltz-api predictions:structure-and-binding delete-data`

**post** `/compute/v1/predictions/structure-and-binding/{id}/delete-data`

Permanently delete the input, output, and result data associated with this prediction. The prediction record itself is retained with a `data_deleted_at` timestamp. This action is irreversible.

### Parameters

- `--id: string`

  Prediction ID

### Returns

- `PredictionStructureAndBindingDeleteDataResponse: object { id, data_deleted, data_deleted_at }`

  - `id: string`

    ID of the resource whose data was deleted

  - `data_deleted: true`

    - `true`

  - `data_deleted_at: string`

    When the data was deleted

### Example

```cli
boltz-api predictions:structure-and-binding delete-data \
  --id sab_pred_2X7Ab9Cd3Ef6Gh1JkLmN
```
