Skip to main content
DELETE
/
public
/
v2
/
recurring
/
bills
/
{record_number}
Delete RecurringBill record
curl --request DELETE \
  --url https://api.dualentry.com/public/v2/recurring/bills/{record_number}/ \
  --header 'X-API-KEY: <api-key>'
{
  "success": true,
  "errors": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.dualentry.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-KEY
string
header
required

Path Parameters

record_number
integer
required

The number attribute of the record.

Response

OK

success
boolean
default:true
errors
Errors · object
Last modified on May 28, 2026