Delete provider funding source
DELETE
/providers/{providerID}/participants/{participantID}/funding-sources/{fundingSourceID}
Remove a funding source. The record is kept with disabledOn set, so
historical payouts still resolve it.
Auth: API key or bearer token. Scoped to the calling provider. Returns 404 when no participant matches within your provider.
Request
curl -X DELETE https://api.moov.money/providers/{providerID}/participants/{participantID}/funding-sources/{fundingSourceID}Headers
X-Moov-Version
stringSet this header to the API version being targeted (e.g.
v2026.07.00). When omitted, the server applies its default version.Path parameters
providerID
string
requiredYour provider account ID.
participantID
string
requiredThe participant’s
participantID, or your externalID for them. Both
resolve to the same participant.fundingSourceID
string
requiredIdentifier of the funding source.