delete
https://secure.fusebill.com/v1/DraftPaymentSchedules/
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."
}
]
} 200