action nbg_delete_account_access_consents_consent_id { label: "Delete Account Access Consents" description: "Delete Account Access Consents by Consent ID" provider: nbg method: DELETE path: "/account-access-consents/{consentId}" encoding: json input: { type: "object" properties: { consentId: { type: "string" description: "ConsentId" } "sandbox-id": { type: "string" } "x-customer-user-agent": { type: "string" } "x-fapi-auth-date": { type: "string" } "x-fapi-customer-ip-address": { type: "string" } "x-fapi-interaction-id": { type: "string" } } required: ["consentId", "sandbox-id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }