Delete Connector Link
Removes all Wawi↔Connector links (address mappings, customer mappings, queue entries, order references) for the given Connector-based sales channel. Destructive and non-reversible — the shop record itself remains, only its links are cleared. Semantically idempotent: a repeated call for the same salesChannelId is a no-op.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
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.
1 - 255The tenant ID for the target ERP instance.
Path Parameters
Sales channel id of the Connector whose links are removed.
Body
Request model for DeleteConnectorLink command endpoint. Route parameters bind from the route, query parameters from the query string, everything else from the body.
Must be true to acknowledge that this action is destructive and non-reversible.
Response
The Connector links were removed.