Merchant/App Installs
App Request Merchant App Uninstall
Send a request to uninstall (disconnect) a Merchant from the given App
POST
/
apps
/
{app_id}
/
merchants
/
uninstall
Headers
X-Violet-Token
string
X-Violet-App-Secret
string
X-Violet-App-Id
integer
Path Parameters
app_id
integer
requiredBody
application/json
A Request to uninstall/disconnect a merchant from an app
merchant_id
integer
requiredID of Merchant being uninstalled
app_id
integer
ID of the App to uninstall from
Response
default - application/json
Record of Application Install by a Merchant
app_id
integer
requiredApp ID
merchant_id
integer
requiredMerchant ID
id
integer
scope
string
Scope
status
enum<string>
Status
Available options:
REQUESTED
, CONNECTED
, NOT_CONNECTED
, DECLINED
install_source
enum<string>
Source of the App Install
Available options:
DIRECT
, CATEGORY
, APP_AGREEMENT
commission_rate
number
Custom commission rate between the channel and supplier.
commission_locked
boolean
Indicates if the commission rate is locked or not. Commission rates can only be locked or unlocked by a Channel.
date_created
string
Date of creation
date_last_modified
string
Date of last update
Was this page helpful?