Typescript SDK Type Docs
    Preparing search index...

    Interface RemoveApplicationAgreementUpdateAction

    interface RemoveApplicationAgreementUpdateAction {
        action: "removeAgreement";
        agreementId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "removeAgreement"

    Type of update action to be performed on the Application.

    agreementId: string

    ID of the agreement to remove from the Application.