wafeq_payment_requests_destroy
Delete a payment request permanently by ID. Use this to remove an existing payment request record when it is no longer needed.
Instructions
๐ด DESTRUCTIVE ยท deletes ยท Payment Requests ยท DELETE /payment_requests/{id}/
Delete payment request
Endpoint for deleting an existing payment request.
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. |