Billing Delete Payment Method

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Method)
 
Line 1: Line 1:
COMMAND DETAILS HERE
+
The [[Billing|billing]] delete payment method command allows for a payment method to be deleted.
 
==Path==
 
==Path==
 
*/billing/deletepaymentmethod/{$paymentmethodid}
 
*/billing/deletepaymentmethod/{$paymentmethodid}

Latest revision as of 23:25, 24 March 2012

The billing delete payment method command allows for a payment method to be deleted.

Contents

Path

  • /billing/deletepaymentmethod/{$paymentmethodid}

Method

Required Data Parameters

  • {$paymentmethodid}: The payment method ID that is returned when using the payment methods command.

Optional Data Parameters

  • None

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
)
Personal tools