Skip to main content
DELETE
/
v1
/
seller
/
channel
/
{channel}
/
{sellerId}
Unlink Seller from Channel
curl --request DELETE \
  --url https://scx-sbx.api.jtl-software.com/v1/seller/channel/{channel}/{sellerId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer JWT issued to a seller after they sign up for a JTL-Scx subscription via the JTL Customer Center. Usage format: Bearer <JWT>.

Path Parameters

channel
string
required

Channel name the seller account should be unlinked from. This is the unique Channel name.

Pattern: ^\w{5,15}$
Example:

"MYBESTDEALCOMDE"

sellerId
string
required

ID of the seller account to unlink from the channel. A unique Id identify a Seller on a specific SalesChannel. The SellerId is generated from the Channel itself during the Seller SignUp Process.

Pattern: ^\w{1,50}$
Example:

"4711"

Response

202

Seller successfully unlinked