Delete Draft Payment Schedules

This call is used to remove draft payments schedules from a draft invoice. This will remove all payment schedules on the invoice. The only requirement is that you provide the ID of the draft invoice in the request.

Response
This call returns a 204 No Content response upon success
{
    "ErrorId": 0,
    "HttpStatusCode": 404,
    "Errors": [
        {
            "Key": "Api Error",
            "Value": "DraftInvoice with id 118 not found."
        }
    ]
}
Path Params
integer
required

The Stax Bill generated unique ID of the draft invoice you want to delete the payment schedule for.

Response
200
Language
Credentials
Header
LoadingLoading…