Skip to main content

Delete Item

DELETE 

/accounting/items/:id

Delete an Item with the given id.

Request​

Path Parameters

    id stringrequired

    The ID of the item.

Query Parameters

    credentialId stringrequired

    The ID of the credential.

Header Parameters

    Authorization stringrequired

    Default value: bearer YOUR_API_KEY

Responses​

200

Schema

    message string
Loading...