API · Delete recurring plan
API v1POST /api/v1/deletePlanRepeatWhat it does#
Deletes a recurring plan.
Authentication#
Requires the API bearer token in the Authorization header — see authentication.
Parameters#
Tilopay integration key.
Recurring plan id.
Request example#
The <...> values are placeholders: replace them with your own credentials and data.
{
"key": "<api_key>",
"id": "625"
}Response#
{
"type": "200",
"status": 1,
"message": "Success"
}To interpret a response that is not a success, see how to read an error response.
Last verified: 2026-08-29 · Owner: equipo-integraciones