@seamapi/http - v2.0.0
    Preparing search index...

    Type Alias AccessMethodsDeleteParameters

    type AccessMethodsDeleteParameters = {
        access_grant_id?: string;
        access_method_id?: string;
        reservation_key?: string;
    }
    Index
    access_grant_id?: string

    ID of access grant whose access methods should be deleted.

    access_method_id?: string

    ID of access method to delete.

    reservation_key?: string

    Reservation key of the access grant whose access methods should be deleted.