API ReferenceRecurring
Delete a recurring schedule
Permanently deletes a recurring schedule. Previously generated invoices are not affected.
Authorization
apiKey AuthorizationBearer <token>
API key issued from your AgentInvoice account settings.
In: header
Path Parameters
id*integer
Recurring schedule ID
Response Body
application/json
curl -X DELETE "https://app.agentinvoice.co/api/recurring-schedules/0"Empty
{
"error": "Not found",
"code": "NOT_FOUND"
}Create a recurring invoice schedule
Creates a schedule that automatically generates invoices at the specified frequency. The first invoice is generated on startDate (or immediately if omitted).
Get a recurring schedule by ID
Returns full details for a recurring invoice schedule including its line item template.