Skip to main content

Bulk Delete BOMs

DELETE 

/api/manufacturing/boms

Permanently delete multiple BOMs in one call. Auth: requires Bearer token. Body: ids (required, array of BOM ids, min 1). Rows that fail to delete are counted in failCount instead of aborting the batch.

Required scope: manufacturing:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Request

Responses

OK

Response Headers
    Content-Type