# Delete work item Soft-deletes a work item (maintains audit trail). Endpoint: DELETE /work_items/{workItemId} Version: 1.0.0 Security: ApiKeyAuth, OrgIdAuth ## Path parameters: - `workItemId` (string, required) Unique identifier for the work item Example: "5f6bce01-643e-4f68-a976-02f9a9cdba9f" ## Response 400 fields (application/json): - `error` (string) Error message Example: "Missing required headers" - `details` (string) Additional error details Example: "x-api-key and x-org-id headers are required" ## Response 401 fields (application/json): - `error` (string) Error message Example: "Missing required headers" - `details` (string) Additional error details Example: "x-api-key and x-org-id headers are required" ## Response 403 fields (application/json): - `error` (string) Error message Example: "Missing required headers" - `details` (string) Additional error details Example: "x-api-key and x-org-id headers are required" ## Response 404 fields (application/json): - `error` (string) Error message Example: "Missing required headers" - `details` (string) Additional error details Example: "x-api-key and x-org-id headers are required" ## Response 204 fields