action nordigen_delete_requisition_by_id_v2 { label: "delete requisition by id v2" description: "Delete requisition and its end user agreement" provider: nordigen method: DELETE path: "/api/v2/requisitions/{id}/" encoding: json input: { type: "object" properties: { id: { type: "string" format: "uuid" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }