Orders

Hard-delete an order and all of its lines. Returns 404 when the order does not exist or belongs to another company.

delete/api/orders/{id}

Path parameters

idstring required

Response

No content

Changes