Remove a funding source
POST {{baseUrl}}/funding-sources/{{fundingSourceId}}
Remove a funding source by its id
.
Request parameters
Parameter | Data Type | Parameter Type | Required | Description |
---|---|---|---|---|
id | string | path | yes | id of funding source to delete. |
removed | boolean | body | yes | Specify a value of true to remove the associated funding source. |
Request Body
{"removed"=>true}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Content-Type | string |