curl --request DELETE \
--url https://api.example.com/api/assets/{asset_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Deletes a specific asset and its associated data (including the file from storage).
curl --request DELETE \
--url https://api.example.com/api/assets/{asset_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Successful Response