OrdersWork orders

Delete Work Order

Delete a work order by ID

DELETE
/shipos/work-orders/{work_order_id}
x-access-token<token>

In: header

Path Parameters

work_order_id*string

The ID of the work order to delete

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X DELETE "https://example.com/shipos/work-orders/string"
{  "success": true}