Delete
curl -X POST "https://cute.com/api/orpc/items/delete" \ -H "Content-Type: application/json" \ -d '{ "id": "string" }'{
"success": true
}curl -X POST "https://cute.com/api/orpc/items/delete" \ -H "Content-Type: application/json" \ -d '{ "id": "string" }'{
"success": true
}curl -X POST "https://cute.com/api/orpc/items/delete" \
-H "Content-Type: application/json" \
-d '{
"id": "string"
}'