wafeq_payments_destroy
Permanently delete an existing payment in Wafeq. Use this destructive operation to remove a payment record irreversibly when it is no longer needed.
Instructions
๐ด DESTRUCTIVE ยท deletes ยท Payments ยท DELETE /payments/{id}/
Delete payment
Endpoint for deleting an existing payment.
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. |