Interface DeleteDeviceRequest

interface DeleteDeviceRequest {
    device_id: string;
    userAgent?: string;
}

Properties

device_id: string

id of device associated to the client

userAgent?: string

user-agent information from the browser