Remove a funding source

POST {{baseUrl}}/funding-sources/{{fundingSourceId}}

Remove a funding source by its id.

Request parameters

ParameterData TypeParameter TypeRequiredDescription
idstringpathyesid of funding source to delete.
removedbooleanbodyyesSpecify a value of true to remove the associated funding source.

Request Body

{"removed"=>true}

HEADERS

KeyDatatypeRequiredDescription
Acceptstring
Content-Typestring