Permanently deletes a trash item.
Deletes a single trashed item based on the provided trashType
and model.
If the deletion fails, an appropriate error response is returned.
Request
Body Params application/json
{
"TrashType": 1,
"TrashIds": [
0
]
}
Responses
OK: The trash item has been successfully deleted.
This response does not have a body.
Modified at 2025-03-24 12:24:39