wafeq_credit_notes_line_items_destroy
Delete a credit note line item permanently by providing its ID and the credit note ID. Removes the record from Wafeq, making it unavailable for further use.
Instructions
๐ด DESTRUCTIVE ยท deletes ยท Credit Note Line Items ยท DELETE /credit-notes/{credit_note_id}/line-items/{id}/
Delete credit note line item
Endpoint for deleting an existing credit note line item.
Permanently removes the record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| credit_note_id | Yes | ||
| idempotency_key | No | Optional idempotency key (sent as the X-Wafeq-Idempotency-Key header). A UUID v4 is generated automatically when omitted, so an automatic network retry can never duplicate this operation. Pass your own stable value to make a deliberate re-invocation safe as well. |