Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
Authorization: Bearer ********************curl --location --request DELETE '/scheduled_load_orders/' \
--header 'Authorization: Bearer <token>'{
"meta": null,
"data": {
"id": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"customer": null,
"is_top_up": true,
"description": null,
"invoice_reference": null,
"cost_center": null,
"note_label": null,
"day_of_month": 1,
"month_of_year": null,
"schedule": "monthly",
"entries_count": 0,
"net_total": null,
"active_entries_count": 0,
"active_net_total": null,
"next_invoicing_date": "2019-08-24",
"next_due_date": "2019-08-24",
"state": "string",
"state_label": "string",
"vouchers_count": 0,
"voucher_category": "mixed",
"entries": [
{
"id": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"amount": null,
"voucher": null,
"paused": true
}
]
}
}