> For the complete documentation index, see [llms.txt](https://docs.codemash.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codemash.io/api-reference/code/marketplace/delete-marketplace-function-binding.md).

# Delete Marketplace Function Binding

The **Marketplace** exposes vendor connectors (CRMs, ERPs, finance and marketing tools) as ordinary callable functions over a uniform call shape, regardless of how the vendor's API works.

This endpoint removes the marketplace function binding. This action cannot be undone.

{% hint style="warning" %}
This action is destructive or irreversible. Make sure you target the right item and confirm before running it.
{% endhint %}

`DELETE /{version}/code/marketplace/integrations/{IntegrationViewId}/bindings/{BindingViewId}`

{% hint style="info" %}
Full request/response reference will appear here once this endpoint is added to the API spec.
{% endhint %}

## In the dashboard

Manage this visually in Norbix Cloud — see [Code](/norbix-cloud/code.md).

## Use it from code

Every Norbix SDK exposes this endpoint as a method — see [Delete Marketplace Function Binding](/sdks-and-cli/code/marketplace/delete-marketplace-function-binding.md) in the SDK reference, with examples in every language.
