Remove a procedure from a Work Order by its external reference (ERP reference)

Removes a procedure instance from an existing Work Order identified by its external reference (ERP reference). Idempotent: returns 204 even if the procedure instance is not attached to the Work Order. Returns 409 if multiple Work Orders share the same external reference.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The Work Order's external reference (ERP reference). Must be URL encoded.

string
required

The internal ID of the procedure instance to remove

Responses
204

Procedure removed

400

Bad Request

403

Forbidden

404

Not Found (missing Work Order)

409

More than one Work Order with the same external reference (ERP reference) was found

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!