Delete Billing Agreement

This API endpoint allows a user to delete a Paypal Billing Agreement ID (BAID) from Fusebill.


Response
Returns a 204 No Content Response upon success
{
    "ErrorId": 0,
    "HttpStatusCode": 404,
    "Errors": [
        {
            "Key": "Api Error",
            "Value": "PaymentMethod with id 1 not found."
        }
    ]
}
Path Params
integer
required

This is the Stax Bill generated payment method ID for the billing agreement

Response
200
Language
Credentials
Header
LoadingLoading…