{
"id": 1001,
"force": false
}curl --location 'https://openapi.suanli.cn/api/storage/nas/v1/delete' \
--header 'token: a69abd35-1df0-4c21-9c2b-82a20a72d3b2-20260417200925' \
--header 'timestamp: {{$date.millisecondsTimestamp}}' \
--header 'version: 1.0.0' \
--header 'sign_str;' \
--header 'Content-Type: application/json' \
--data '{
"id": 1001,
"force": false
}'{
"code": "0000",
"message": "success",
"data": {
"storage_id": 1001,
"status": "Deleting",
"message": null
}
}