Marketplaces
Remove marketplace plugin
Removes one plugin from a marketplace.
delete/v1/marketplaces/{marketplaceId}/plugins/{pluginId}
Path parameters
marketplaceIdstring typeid required
Den TypeID with 'mkt_' prefix and a 26-character base32 suffix.
pluginIdstring typeid required
Den TypeID with 'plg_' prefix and a 26-character base32 suffix.
Response
Marketplace membership removed successfully.
Changes
Changed in 1 of the 27 revisions of this API.2
- ○
removed the pattern
^mkt_.*from thepathrequest parametermarketplaceIdrequest-parameter-pattern-removed
- ○
removed the pattern
^plg_.*from thepathrequest parameterpluginIdrequest-parameter-pattern-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○