Skip to main content

Delete an item

DELETE 

/api/v3/item/:item_id

This allows you to delete a product that is not in use. You will only be able to delete a product if it is not on any invoices or subscriptions.

Request

Responses

Object was deleted successfully

Schema

    code integer
    status string
    message stringnullable
    details objectnullable
    response boolean
Loading...