Skip to content

Delete Supplier

Request

Delete a supplier by its ID.

Note: System suppliers cannot be deleted and will return an error if deletion is attempted

Security
BearerAuth
Path
idstringrequired

The ID of the supplier to delete

Headers
Acceptstring(SupplierAcceptHeader)required

Set this to application/api.luminovo.supplier-v1+json.

Value:"application/api.luminovo.supplier-v1+json"
DELETE
/suppliers/{id}
curl -i -X DELETE \
  'https://api.luminovo.com/suppliers/{id}' \
  -H 'Accept: application/api.luminovo.supplier-v1+json' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Supplier deleted.