wafeq_manual_journals_destroy
Permanently delete a manual journal from Wafeq using its ID. Removes the record irreversibly when the journal is no longer required.
Instructions
๐ด DESTRUCTIVE ยท deletes ยท Manual Journals ยท DELETE /manual-journals/{id}/
Delete manual journal
Endpoint for deleting an existing manual journal.
Permanently removes the record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. |