Cüte Logo
  • About
  • Reports
  • Roadmap
  • API
  • API Overview
  • Create POST
  • Delete POST
  • Get All POST
  • Get By Id POST
  • Update POST
  • Delete

    POST
    /items/delete

    Request Body

    idstring

    Response Body

    application/json

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

    Create POST

    Previous Page

    Get All POST

    Next Page

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