These docs are for v2.0. Click to read the latest docs for v2.1.

deletePaymentDetails

🚧

This function is only available for white label broadcasters. Contact us if you're interested in switching to white label.

Parameters

NameTypeDescription
publisherToken*stringYour publisher token. To open enterprise account contact us.
paymentDetailsId*intPayment details ID. Can be obtained using listPaymentDetails API.

Result Parameters

NameTypeDescription
tokenstringCustomer token used to identify the user

API Request/Response

Request

{
  "method":"deletePaymentDetails",
  "params":{
      "publisherToken":"Xlrx-SjTLVMCsaRsOf2q2hvWKOlrF57yHknDRRRMX-13Fz-x",
      "paymentDetailsId": "123456789"
  },
  "jsonrpc":"2.0",
  "id":1
}

Response

{
  "result": {
    "success": true
  },
  "id": "1",
  "jsonrpc": "2.0"
}