# Delete a sales order **DELETE /salesorders/{id}** Delete a specific sales order identified by its unique sales order ID. ## Servers - https://rest.api.24sevenoffice.com/v1: https://rest.api.24sevenoffice.com/v1 () ## Authentication methods - Tfso ## Parameters ### Headers - **Authorization** (string) Authorization header ### Path parameters - **id** (integer(int32)) A unique identifier for the sales order within Finago Office ERP. ## Responses ### 204 OK #### Headers - **Access-Control-Allow-Origin** (string) - **Access-Control-Allow-Credentials** (string) - **X-Trace-Id** (string) ### 404 Sales order not found #### Headers - **Access-Control-Allow-Origin** (string) - **Access-Control-Allow-Credentials** (string) - **X-Trace-Id** (string) ### 409 Conflict - The sales order cannot be deleted, likely because it has already been invoiced or is in a status that does not allow deletion. #### Headers - **Access-Control-Allow-Origin** (string) - **Access-Control-Allow-Credentials** (string) - **X-Trace-Id** (string) [Powered by Bump.sh](https://bump.sh)