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

    Type Alias AccessCodesDeleteParameters

    type AccessCodesDeleteParameters = {
        access_code_id: string;
        device_id?: string;
    }
    Index
    access_code_id: string

    ID of the access code that you want to delete.

    device_id?: string

    ID of the device for which you want to delete the access code.