# 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", } ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up