Delete small molecule library screen data
$ boltz-api small-molecule:library-screen delete-data
POST/compute/v1/small-molecule/library-screen/{id}/delete-data
Permanently delete the input, output, and result data associated with this library screen. The library screen record itself is retained with a data_deleted_at timestamp. This action is irreversible.
Parameters
--id: string
Library screen ID
Returns
Delete small molecule library screen data
boltz-api small-molecule:library-screen delete-data \
--id id{
"id": "id",
"data_deleted": true,
"data_deleted_at": "2019-12-27T18:11:19.117Z"
}Returns Examples
{
"id": "id",
"data_deleted": true,
"data_deleted_at": "2019-12-27T18:11:19.117Z"
}