/bff/order/detail-recurrence-delete
Removes a single recurrence payment record from the order.
OrderpostBffOrderDetail-recurrence-delete
Parameters
2 body
Body · 2
orderHashstringRequiredUnique order hash identifier.
paymentIdstringRequiredExternal recurrence payment ID to delete.
Request
POST /bff/order/detail-recurrence-delete
curl -X POST "https://api.bizkithub.com/bff/order/detail-recurrence-delete" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"orderHash": "example_orderHash",
"paymentId": "example_paymentId"
}'Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.