action nordigen_delete_periodic_payment { label: "delete periodic payment" description: "Delete periodic payment" provider: nordigen method: DELETE path: "/api/v2/payments/{id}/" encoding: json input: { type: "object" properties: { id: { type: "string" format: "uuid" description: "Unique entry ID" } } required: ["id"] additionalProperties: false } output: { type: "object" description: "Unspecified response body" } }