Delete Draft Listing
Delete a listing.
Authorization: caller must own the listing. Published listings cannot be deleted directly - only drafts, rejected, or pending-review listings may be removed.
Args: listing_id: UUID of the listing to delete.
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Path Parameters
listing_id*Listing Id
Format
uuidQuery Parameters
verify_locally?Verify Locally
Default
trueResponse Body
application/json
curl -X DELETE "https://example.com/v1/mcp/497f6eca-6276-4993-bfeb-53cbbbba6f08"Empty
{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}