action nowpayments_delete_recurring_payment { label: "Delete recurring payment" description: "Completely removes a particular payment from the recurring payment plan. \nYou need to specify the payment plan id in the request." provider: nowpayments method: DELETE path: "/v1/subscriptions/{sub_id}" encoding: json output: { type: "object" properties: { result: { type: "string" } } } }