Delete an item object

This removes an item from the database. The command is sent to the item object to delete. Any billograms or invoices that referenced the item object will have their references cut, but the item data in the billograms and invoices will be left as-is.

Path Parameters
  • item_no
    Type: string
    required

    Item number identifier

Responses
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for delete/item/{item_no}
curl 'https://sandbox.billogram.com/api/v2/item/{item_no}' \
  --request DELETE \
  --header 'Authorization: Basic username:password'
{
  "status": "string",
  "data": null
}