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...")
 
(Method)
Line 4: Line 4:
  
 
==Method==
 
==Method==
*GET
+
*[[glossary#GET|GET]]
  
 
==Required Data Parameters==
 
==Required Data Parameters==

Revision as of 22:03, 19 March 2012

COMMAND DETAILS HERE

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