W3builders
AOP API

AOP API/Recurring Templates

Delete Recurring Template

DELETE/finance/recurring/{id}
JWT bearer

Delete a template.

Endpoint

DELETEhttps://api.w3builders.com/v1/finance/recurring/{id}

Response parameters

FieldType
successvalue
Delete Recurring Template
curl -X DELETE https://api.w3builders.com/v1/finance/recurring/123 \
-H "Authorization: Bearer $TOKEN"
{
"shape": "{ success: true }"
}
Was this page helpful?