Fishbowl
Fishbowl Advanced REST API Documentation

Sales Orders

This is an object representing a Fishbowl sales order.

Related guide: Sales Orders


The sales order object
Attributes

    No attributes.


THE SALES ORDER OBJECT
{}

Delete a sales order

Deletes the sales order with the specified ID.

Attributes

    No attributes.


DELETE /api/sales-orders/:id
curl --location \
--request DELETE '<YOUR SERVER>/api/sales-orders/:id' \
--header 'Authorization: Bearer <TOKEN>'
RESPONSE