---
title: "Cancel marketplace listings"
method: POST
path: "/mcp/v1/actions/ud_listing_cancel"
tags: ["Marketplace"]
---

# Cancel marketplace listings

`POST /mcp/v1/actions/ud_listing_cancel`

Cancel one or more active marketplace listings.

## Request body

- object
  - `listingIds` number[], required — Array of listing IDs to cancel

## Response `200`

Cancellation results

- CancelListingResponse
  - `results` object[]
    - `listingId` number
    - `domainName` string
    - `success` boolean
    - `error` string
  - `successCount` number
  - `failureCount` number
  - `message` string

## Other responses

- `401` — Authentication required

---

[API](https://skmtc.net/unstoppabledomains/apis/user-api.md) · [All operations](https://skmtc.net/unstoppabledomains/apis/user-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unstoppabledomains/user-api/versions/c1def8e34b41/schema)
