Skip to main content
POST
Delete Connector Link

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

Idempotency-Key
string

Optional, client-generated key for deduplicating repeated write requests. A repeated request with the same key returns the originally recorded result instead of executing the effect again.

Required string length: 1 - 255
x-tenant-id
string<uuid>
required

The tenant ID for the target ERP instance.

Path Parameters

salesChannelId
string
required

Sales channel id of the Connector whose links are removed.

Body

application/json

Request model for DeleteConnectorLink command endpoint. Route parameters bind from the route, query parameters from the query string, everything else from the body.

confirm
boolean
required

Must be true to acknowledge that this action is destructive and non-reversible.

Response

The Connector links were removed.