action openbankingproject_delete_consent { label: "Delete Consent" description: "The TPP can delete an account information consent object if needed." provider: openbankingproject method: DELETE path: "/v1/consents/{consentId}" encoding: json output: { type: "object" additionalProperties: true } }