Delete a line item from a credit note

DELETE
/payable_credit_notes/:credit_note_id/line_items/:line_item_id

Path parameters

credit_note_idstringRequired
line_item_idstringRequired

Headers

Auth
AuthorizationstringRequired
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-monite-versionstringRequired
x-monite-entity-idstringRequired

The ID of the entity that owns the requested resource.

Response

Successful Response

datalist of objects

List of credit note line items for the current page

next_pagination_tokenstringOptional

Token to retrieve the next page of results

prev_pagination_tokenstringOptional

Token to retrieve the previous page of results

Errors