AgentInvoiceAgentInvoice
API ReferenceRecurring

Delete a recurring schedule

Permanently deletes a recurring schedule. Previously generated invoices are not affected.

DELETE
/recurring-schedules/{id}
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"
}