Skip to main content
DELETE
/
v1
/
marketplaces
/
{marketplaceId}
/
plugins
/
{pluginId}
Remove marketplace plugin
curl --request DELETE \
  --url https://api.openworklabs.com/v1/marketplaces/{marketplaceId}/plugins/{pluginId}
{
  "error": "<string>",
  "details": [
    {
      "message": "<string>",
      "path": [
        "<string>"
      ]
    }
  ]
}

Path Parameters

marketplaceId
string<typeid>
required

Den TypeID with 'mkt_' prefix and a 26-character base32 suffix.

Required string length: 30
Pattern: ^mkt_.*
pluginId
string<typeid>
required

Den TypeID with 'plg_' prefix and a 26-character base32 suffix.

Required string length: 30
Pattern: ^plg_.*

Response

Marketplace membership removed successfully.