Billing Delete Payment Method

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Created page with "COMMAND DETAILS HERE ==Path== */billing/deletepaymentmethod/{$paymentmethodid} ==Method== *GET ==Required Data Parameters== *{$paymentmethodid}: The payment method ID that i...")
 
 
(One intermediate revision by one user not shown)
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}
  
 
==Method==
 
==Method==
*GET
+
*[[glossary#GET|GET]]
  
 
==Required Data Parameters==
 
==Required Data Parameters==

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