DELETE /salesorders/{id}

Delete a specific sales order identified by its unique sales order ID.

Headers

  • Authorization string Required

    Authorization header

Path parameters

  • id integer(int32) Required

    A unique identifier for the sales order within Finago Office ERP.

Responses

  • 204

    OK

    Hide headers attributes Show headers attributes
    • Access-Control-Allow-Origin string
    • Access-Control-Allow-Credentials string
    • X-Trace-Id string
  • 404

    Sales order not found

    Hide headers attributes Show headers attributes
    • 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.

    Hide headers attributes Show headers attributes
    • Access-Control-Allow-Origin string
    • Access-Control-Allow-Credentials string
    • X-Trace-Id string
DELETE /salesorders/{id}
curl \
 --request DELETE 'https://rest.api.24sevenoffice.com/v1/salesorders/{id}' \
 --header "Authorization: string"