Skip to main content
DELETE
/
sellers
/
{merchant_seller_id}
Delete Seller
curl --request DELETE \
  --url https://api-sandbox.y.uno/v1/sellers/{merchant_seller_id} \
  --header 'X-account-code: <x-account-code>' \
  --header 'private-secret-key: <private-secret-key>' \
  --header 'public-api-key: <public-api-key>'
{
  "code": "<string>",
  "message": "<string>"
}
Soft-deletes a franchise seller mapping and all associated payment method data.
ImportantThis action cannot be undone. Future payments referencing this seller will fall back to the connection’s default merchant_id.

Headers

public-api-key
string
required
private-secret-key
string
required
X-account-code
string<uuid>
required

Path Parameters

merchant_seller_id
string
required

Response

No Content