Discogs MCP Server

delete_marketplace_listing

Remove a marketplace listing from Discogs by specifying the listing ID, enabling users to manage their music catalog listings directly through the Discogs API.

Instructions

Delete a marketplace listing

Input Schema

NameRequiredDescriptionDefault
listing_idYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "listing_id": { "type": "integer" } }, "required": [ "listing_id" ], "type": "object" }

You must be authenticated.

Other Tools from Discogs MCP Server

Related Tools

ID: 05or5qmrnr