Skip to main content
DELETE
/
work-orders
/
{workOrderId}
Delete a work order
curl --request DELETE \
  --url https://app.lanten.co/api/open/v1/work-orders/{workOrderId} \
  --header 'Authorization: <api-key>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Path Parameters

workOrderId
string<uuid>
required

Response

Deleted

success
boolean