Skip to main content
DELETE
Delete an item

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is an API key from the API Integration section of your dashboard. Keys are scoped to the company they are generated in — for testing, add a separate test company and generate the key there, so requests never touch your real books.

Path Parameters

item_id
string
required

The item ID to be deleted

Response

Success

success
boolean

Success flag

Example:

true

message
string

Response message

Example:

"Product added successfully"