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
{
"TrashType": 1,
"TrashIds": [
0
]
}
Responses
OK: The trash item has been successfully deleted.
This response does not have a body.
Modified at 2026-05-11 15:22:29