action nordigen_payments_creditors_destroy { label: "payments_creditors_destroy" description: "API endpoints related to creditor accounts." provider: nordigen method: DELETE path: "/api/v2/payments/creditors/{id}/" encoding: json input: { type: "object" properties: { id: { type: "string" format: "uuid" description: "Unique entry ID" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }