Skip to main content
DELETE
/
boms
/
{bomId}
Delete BOM
curl --request DELETE \
  --url https://{companyName}.api.joinluminous.com/external/api/v1/boms/{bomId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "BOM deleted"
}

Authorizations

Authorization
string
header
required

Authenticate using a bearer token. To obtain a token, contact [email protected]

Path Parameters

bomId
integer
required

BOM ID

Response

BOM successfully deleted

message
string
Example:

"BOM deleted"