# Item Cancellation ## Item Cancellation Apis ### Upsert item/addon cancellation - API: `/internal/api/v1/cancellation` - Method: `POST` - Query Param: n/a - Request Body: ```json { "city_id": 1, "item_ids": [ "0d2c02cc-e93f-42ca-9210-7f520cb4dc9e", "1ca14034-9df9-4229-82f6-818698bbfe74" ], "addon_ids": [ "02eb5975-8fcb-44d6-b196-bfdf30b9bb79", "034b8f29-25e7-4c93-988e-1a1ddf78890e" ], "updated_by": "nahid" } ``` - Response: - code: `200` ```json { "success": true, "message": "request is successful", } ```