Delete a recurring payment plan
Deletes selected failed, canceled, or scheduled payments from a recurring plan and then removes the plan.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Path parameters
payment_recurring_id
Recurring payment plan identifier.
Request
This endpoint expects an object.
delete_scheduled
delete_canceled
delete_failed
Response
Recurring payment plan deleted successfully.
status
message
data
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error

