- BOMs
- Gets Boms that user has read access toGET
- Creates a Bom using Cofactr DataPOST
- Creates a Bom using raw bomline data and performs searches to convert into Cofactr DataPOST
- Gets a BomGET
- Upsert BOM AsyncPUT
- Updates a BomPATCH
- Deletes a Bom if still unapproved. Archives a bom if approved.DELETE
- Approves an unapproved Bom.POST
- Gets Bom Lines on a Bom.GET
- Creates a new bomline on a Bom using Cofactr data. If a bomline with the provided part exists it will sum the quants instead of duplicating lines.POST
- Gets a BomLineGET
- Updates a BomLinePATCH
- Removes a Bomline from a Bom.DELETE
- Attempts to create a new Bomline using raw data and performs searches to convert into Cofactr Data. If a Bomline with the same part and refdes exists it will sum the quants instead of duplicating lines.POST
- Programs
- Gets Programs
- Creates a Program
- Gets a Program
- Updates a Program
- Deletes a Program
- Gets Program Availabilities
- Gets Program Availabilities Async
- Gets Program Reference Pricing
- Get Programs Lines
- Get Programs Line
- Update Programs Line
- Delete Programs Line
- Create Programs Lines
- Get Program Part Overrides
- Create Program Part Overrides
- Get Program Part Override
- Update Program Part Override
- Delete Program Part Override
- Account
- Reporting
- Email
- Auth
- Async Jobs
- Stock Documents
- Suppliers
- Parts
- Purchases
- Get Purchase OrderGET
- Create Purchase OrderPOST
- Update Purchase OrderPATCH
- Delete Purchase OrderDELETE
- Get Purchase LinesGET
- Get Purchase LineGET
- Create Purchase LinePOST
- Update Many Purchase LinesPATCH
- Delete Purchase LineDELETE
- Get NoPart Purchase LinesGET
- Create NoPart Purchase LinePOST
- Update Many NoPart Purchase LinesPATCH
- Delete NoPart Purchase LineDELETE
- Create Purchase EventPOST
- Update Supplier BillPATCH
- Update Supplier Bill LinePATCH
- Create Supplier BillPOST
- Create Supplier Bill LinePOST
- Teams
- Custom Properties
- Stock Lots
- Tags
- Rfqs
- RfqLines
- SupplierQuote
- SupplierQuoteLines
Delete NoPart Purchase Line
DELETE
/v1/purchase_orders/{purchase_id}/no_part_lines/{no_part_purchase_line_id}/
Request
Authorization
Add parameter in header
Authorization
Example:
Authorization: ********************
Path Params
purchase_id
string
required
no_part_purchase_line_id
string
required
Query Params
blended
string
optional
Header Params
x-org-id
string
optional
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE '/v1/purchase_orders//no_part_lines//?blended' \
--header 'x-org-id;' \
--header 'Authorization;'
Responses
🟢204No Content
application/json
Body
null
optional
Example
null
Modified at 2024-12-19 01:51:29