Type alias DeleteDeviceByIdArg

DeleteDeviceByIdArg: {
    deviceId: string;
    force?: boolean;
    permanent?: boolean;
}

Type declaration

  • deviceId: string
  • Optional force?: boolean

    (Admin only) Delete even if it is protected

  • Optional permanent?: boolean

    Permanently deletes the device instead of just deactivating