Deletes a payment method.Ask AIdelete https://swagger.io/paymentmethods/{paymentMethodReference}This endpoint returns the balance for a specific payment method.Path ParamspaymentMethodReferencestringrequiredPath variable to uniquely identify a payment reference.HeadersX-Datedate-timeHeader parameter that displays the date and time when the message was originated. It is used for basic message integrity checks, to ensure the request is not stale. Note that the header was previously referenced as 'Date' in version 1.0 of the Mobile Money API.apikeystringIt is used to send the pre-shared client API key to the server.X-User-BearerstringrequiredIt is used to send the user’s access token when OAuth 2.0/OIDC authorization framework is used for end-user authentication.X-Channelstringlength ≤ 256String containing the channel used to originate the request. For example USSD, Web, App.Responses 200Represents a payment method balance response. 400Represents an error caused by a business rule violation. 401Represents an error caused by an authorization failure. 404Represents an error caused by a failure to identify the target resource. 500Represents an error caused by a general server-side issue. 503Represents an error caused by system unavailability.Updated 7 months ago